xin
2025-07-10 f30342f8762f598da78ee9be80779085347af067
oying-system/src/main/java/com/oying/modules/rider/rest/RiderWithdrawalRecordController.java
@@ -24,7 +24,7 @@
@RestController
@RequiredArgsConstructor
@Api(tags = "骑手提现记录")
@RequestMapping("/api/riderWithdrawalRecord")
@RequestMapping("/api/rider/riderWithdrawalRecord")
public class RiderWithdrawalRecordController {
    private final RiderWithdrawalRecordService riderWithdrawalRecordService;