mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
update 后管向高德发送上线/下线消息接口
This commit is contained in:
@@ -73,6 +73,15 @@ export function updateAmapFlag(data) {
|
||||
});
|
||||
}
|
||||
|
||||
// 高德地图商家推送静态信息状态
|
||||
export function pushAMapStationStatus(data) {
|
||||
return request({
|
||||
url: "/pile/station/pushAMapStationStatus",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// 删除充电站信息
|
||||
export function delStation(id) {
|
||||
|
||||
Reference in New Issue
Block a user