This commit is contained in:
Lemon
2024-06-05 10:06:16 +08:00
parent 30f9fb0c43
commit 0e0d21f4b2
3 changed files with 18 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ public class DianXingPlatformServiceImpl implements ThirdPartyPlatformService {
}
// 加密参数(方法中已将 sign 放入参数中并返回)
String recordInfoStr = Sm2Util.generateEncryptedRequestInfo(jsonObject, thirdPartySecretInfoVO.getTheirPublicSecret(), thirdPartySecretInfoVO.getOurPrivateSecret());
String tpToken = "4121d1c9121a41d894ed5082d264db30";
String tpToken = "e17fe5c7b0f7404c9ea31091fbb5806f";
// 发送请求
String url = thirdPartySecretInfoVO.getTheirUrlPrefix();

View File

@@ -463,7 +463,7 @@ public class NinaXiaPlatformServiceImpl implements ThirdPartyPlatformService {
}
// 推送地址
String url = urlAddress + "notification_orderInfo";
String url = urlAddress + "supervise_notification_charge_order_info";
// 拼装成内蒙古平台所需格式对象
ChargeOrderInfo orderInfo = transformChargeOrderInfo(orderBasicInfo, orderDetail);