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