gongfuzhu 6 hónapja
szülő
commit
84f2579983

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

@@ -216,6 +216,7 @@ 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);
     }