|
@@ -131,8 +131,9 @@ public class PaymentController {
|
|
|
@ResourceAuth(value = "admin", type = AuthType.Enterprise)
|
|
|
@ResourceAuth(value = "admin", type = AuthType.Project)
|
|
|
@RequestMapping(value = "account/getDetail", method = RequestMethod.GET)
|
|
|
- public ResultContent getDetail() {
|
|
|
- return paymentServer.getDetail();
|
|
|
+ @Code
|
|
|
+ public ResultContent getDetail(com.zhongshu.payment.client.model.Code code) {
|
|
|
+ return paymentServer.getDetail(code);
|
|
|
}
|
|
|
|
|
|
@ApiOperation("平台查询 额度信息")
|