|
@@ -92,7 +92,7 @@ public class PaymentService {
|
|
|
}
|
|
|
|
|
|
public ResultContent withdrawals() {
|
|
|
- return paymentService2.withdrawals(authHelper.getEnterPriseId());
|
|
|
+ return paymentService2.applicationWithdrawals(authHelper.getEnterPriseId());
|
|
|
}
|
|
|
|
|
|
public ResultContent withdrawalsList(WithdrawRequestModel withdrawRequestModel) {
|