ソースを参照

存在缴费bug

java110 3 年 前
コミット
7c4d796c69
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      service-acct/src/main/java/com/java110/acct/payment/business/payFee/PayFeePaymentBusiness.java

+ 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();
         JSONObject paramIn = new JSONObject();
         paramIn.put("oId", paymentOrderDto.getOrderId());
         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");
 
 
     }
     }