update 内蒙古平台Service

This commit is contained in:
Lemon
2025-04-09 16:09:09 +08:00
parent e1d2f028e0
commit eb09d9dbd9

View File

@@ -741,9 +741,9 @@ public class NeiMengGuPlatformServiceImpl implements ThirdPartyPlatformService {
return null; return null;
} }
// 调用联联平台接口 // 调用联联平台接口
JSONObject json = new JSONObject(); // JSONObject json = new JSONObject();
json.put("ChargeOrderInfo", orderInfo); // json.put("ChargeOrderInfo", orderInfo);
String jsonString = JSON.toJSONString(json); String jsonString = JSON.toJSONString(orderInfo);
String result = HttpRequestUtil.sendPost(token, jsonString, url, dataSecret, dataSecretIv, operatorId, signSecret, thirdPlatformType); String result = HttpRequestUtil.sendPost(token, jsonString, url, dataSecret, dataSecretIv, operatorId, signSecret, thirdPlatformType);
return result; return result;
} }