gongfuzhu 6 ヶ月 前
コミット
186da042b5

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

@@ -117,7 +117,6 @@ public class PaymentController {
     }
 
     @ApiOperation("平台收入明细获取分账信息")
-    @Code
     @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
     @ResourceAuth(value = "admin", type = AuthType.Enterprise)
     @ResourceAuth(value = "admin", type = AuthType.Project)
@@ -138,7 +137,6 @@ public class PaymentController {
     }
 
     @ApiOperation("平台查询 额度信息")
-    @Code
     @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
     @PostMapping(value = "account/platformDetail")
     public ResultContent platformDetail(@RequestBody com.zhongshu.payment.client.model.Code code) {