Procházet zdrojové kódy

资金冻结接口参数问题

xucaiqin před 2 roky
rodič
revize
a0a085da8e

+ 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("channel", channel);
             put("money", money);
-            put("businessNo", businessNo);
+            put("business_no", businessNo);
         }});
         return JSONObject.parseObject(sync, new TypeReference<>() {
         });