mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-17 00:08:35 +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);
|
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);
|
String jsonString = JSON.toJSONString(vo);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user