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