瀏覽代碼

从body 去code

gongfuzhu 6 月之前
父節點
當前提交
c716ca4d97

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

@@ -219,7 +219,6 @@ public class PaymentController {
     @ResourceAuth(value = "admin", type = AuthType.Enterprise)
     @ResourceAuth(value = "admin", type = AuthType.Project)
     @RequestMapping(value = "account/withdrawals/detailList", method = RequestMethod.POST)
-    @Code
     public ResultContent withdrawalsDetailList(@RequestBody WithdrawRequestModel withdrawRequestModel) {
         return paymentServer.withdrawalsDetailList(withdrawRequestModel);
     }