mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user