mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 内蒙古平台Service
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user