update 联联平台Service

This commit is contained in:
Lemon
2025-03-14 08:23:32 +08:00
parent 3ebbeb4d35
commit 0e0bdbe868

View File

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