|
@@ -87,6 +87,9 @@ public class PaymentService {
|
|
public ResultContent getDetail() {
|
|
public ResultContent getDetail() {
|
|
return paymentService2.getDetail(authHelper.getEnterPriseId());
|
|
return paymentService2.getDetail(authHelper.getEnterPriseId());
|
|
}
|
|
}
|
|
|
|
+ public ResultContent platformDetail() {
|
|
|
|
+ return paymentService2.getDetail("PLATFORM");
|
|
|
|
+ }
|
|
|
|
|
|
public ResultContent withdrawals() {
|
|
public ResultContent withdrawals() {
|
|
return paymentService2.withdrawals(authHelper.getEnterPriseId());
|
|
return paymentService2.withdrawals(authHelper.getEnterPriseId());
|