mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 19:29:52 +08:00
update 内蒙古平台Service
This commit is contained in:
@@ -144,6 +144,10 @@ public class HttpRequestUtil {
|
|||||||
if (ThirdPlatformTypeEnum.YONG_CHENG_BO_CHE.getTypeCode().equals(thirdPlatformType)) {
|
if (ThirdPlatformTypeEnum.YONG_CHENG_BO_CHE.getTypeCode().equals(thirdPlatformType)) {
|
||||||
params.put("Portname", "wcc-pro");
|
params.put("Portname", "wcc-pro");
|
||||||
}
|
}
|
||||||
|
if (ThirdPlatformTypeEnum.NEI_MENG_GU_PLATFORM.getTypeCode().equals(thirdPlatformType)) {
|
||||||
|
// 内蒙古平台
|
||||||
|
params.put("PlatformID", operatorId);
|
||||||
|
}
|
||||||
|
|
||||||
String sign = GBSignUtils.sign(params, sigSecret);
|
String sign = GBSignUtils.sign(params, sigSecret);
|
||||||
params.put("Sig", sign);
|
params.put("Sig", sign);
|
||||||
|
|||||||
Reference in New Issue
Block a user