update 内蒙古平台Service

This commit is contained in:
Lemon
2025-04-08 09:27:25 +08:00
parent 8881d55123
commit ee92864b19

View File

@@ -144,6 +144,10 @@ public class HttpRequestUtil {
if (ThirdPlatformTypeEnum.YONG_CHENG_BO_CHE.getTypeCode().equals(thirdPlatformType)) {
params.put("Portname", "wcc-pro");
}
if (ThirdPlatformTypeEnum.NEI_MENG_GU_PLATFORM.getTypeCode().equals(thirdPlatformType)) {
// 内蒙古平台
params.put("PlatformID", operatorId);
}
String sign = GBSignUtils.sign(params, sigSecret);
params.put("Sig", sign);