فهرست منبع

资金冻结接口参数问题

xucaiqin 2 سال پیش
والد
کامیت
a0a085da8e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      sckw-modules/sckw-payment/src/main/java/com/sckw/payment/service/PayCenterService.java

+ 1 - 1
sckw-modules/sckw-payment/src/main/java/com/sckw/payment/service/PayCenterService.java

@@ -804,7 +804,7 @@ public class PayCenterService {
             put("filter", filter);
             put("filter", filter);
             put("channel", channel);
             put("channel", channel);
             put("money", money);
             put("money", money);
-            put("businessNo", businessNo);
+            put("business_no", businessNo);
         }});
         }});
         return JSONObject.parseObject(sync, new TypeReference<>() {
         return JSONObject.parseObject(sync, new TypeReference<>() {
         });
         });