@@ -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<>() {
});