java110 3 anni fa
parent
commit
7c4d796c69

+ 1 - 1
service-acct/src/main/java/com/java110/acct/payment/business/payFee/PayFeePaymentBusiness.java

@@ -52,7 +52,7 @@ public class PayFeePaymentBusiness implements IPaymentBusiness {
 
         JSONObject paramIn = new JSONObject();
         paramIn.put("oId", paymentOrderDto.getOrderId());
-        JSONObject paramOut = CallApiServiceFactory.postForApi(paymentOrderDto.getAppId(), reqJson, "fee.payFeeConfirm", JSONObject.class, "-1");
+        JSONObject paramOut = CallApiServiceFactory.postForApi(paymentOrderDto.getAppId(), paramIn, "fee.payFeeConfirm", JSONObject.class, "-1");
 
     }