|
@@ -219,7 +219,6 @@ 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);
|
|
|
}
|