update 内蒙古平台Service

This commit is contained in:
Lemon
2025-04-09 10:04:15 +08:00
parent 4e97b2a083
commit 8e8b091747

View File

@@ -784,7 +784,7 @@ public class NeiMengGuPlatformServiceImpl implements ThirdPartyPlatformService {
// 转成对应的对象
QueryChargingStatusVO vo = JSONObject.parseObject(dataStr, QueryChargingStatusVO.class);
String url = urlAddress + BusinessInformationExchangeEnum.NOTIFICATION_EQUIP_CHARGE_STATUS.getValue();
String url = urlAddress + "supervise_notification_equip_charge_status";
// 调用联联平台接口
String jsonString = JSON.toJSONString(vo);