zepengdev
2025-09-17 0b37408e5f92f2c7f1dee8f4eb121db92a4edaa4
oying-system/src/main/java/com/oying/modules/rider/rest/WxRiderController.java
@@ -57,8 +57,8 @@
    @ApiOperation("同步查询第三方骑手信息 LY")
    // @PreAuthorize("@el.check('riderInfo:edit')")
    public ResponseEntity<?> syncRiderSourceInfo(@PathVariable String sourcePlatform) {
        riderInfoService.syncRiderSourceInfo(sourcePlatform);
        return ResponseEntity.ok(R.success("操作成功"));
        R result = riderInfoService.syncRiderSourceInfo(sourcePlatform);
        return ResponseEntity.ok(result);
    }
    @GetMapping("getRiderWalletInfo/{riderId}")