From 7c4d796c69f1807eb3e3d66834c69c1f0d53612d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 12 十二月 2022 23:04:50 +0800
Subject: [PATCH] 存在缴费bug
---
service-acct/src/main/java/com/java110/acct/payment/business/payFee/PayFeePaymentBusiness.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/service-acct/src/main/java/com/java110/acct/payment/business/payFee/PayFeePaymentBusiness.java b/service-acct/src/main/java/com/java110/acct/payment/business/payFee/PayFeePaymentBusiness.java
index 91f5de9..7470ba0 100644
--- a/service-acct/src/main/java/com/java110/acct/payment/business/payFee/PayFeePaymentBusiness.java
+++ b/service-acct/src/main/java/com/java110/acct/payment/business/payFee/PayFeePaymentBusiness.java
@@ -52,7 +52,7 @@
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");
}
--
Gitblit v1.8.0