|
@@ -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)
|