gongfuzhu 1 년 전
부모
커밋
7f8988b35a

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

@@ -98,7 +98,7 @@ public class PaymentController {
         return paymentServer.transfer(orderNo);
     }
 
-    @ApiOperation("获取分账信息")
+    @ApiOperation("平台收入明细获取分账信息")
     @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
     @ResourceAuth(value = "admin", type = AuthType.Enterprise)
     @ResourceAuth(value = "admin", type = AuthType.Project)