gongfuzhu 6 månader sedan
förälder
incheckning
725d497c40

+ 0 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/PaymentController.java

@@ -154,7 +154,6 @@ public class PaymentController {
     }
 
     @ApiOperation("平台_提现按钮")
-    @Code
     @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
     @RequestMapping(value = "account/withdrawalsPlatform", method = RequestMethod.POST)
     public ResultContent withdrawalsPlatformApplication(@RequestBody com.zhongshu.payment.client.model.Code code) {