leomonM
2025-08-22 844b27d298daca54e54d6f98c61a93da88909e5c
oying-system/src/main/java/com/oying/modules/rider/rest/RiderWalletInfoController.java
@@ -24,7 +24,7 @@
@RestController
@RequiredArgsConstructor
@Api(tags = "骑手钱包详情")
@RequestMapping("/api/riderWalletInfo")
@RequestMapping("/api/rider/riderWalletInfo")
public class RiderWalletInfoController {
    private final RiderWalletInfoService riderWalletInfoService;