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}")