xin
2025-09-05 b50926fa7052b4e85c9aff36816f842284c2498c
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}")