mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
新增 修改对接高德标识接口
This commit is contained in:
@@ -56,6 +56,16 @@ export function updateStation(data) {
|
||||
});
|
||||
}
|
||||
|
||||
// 修改对接高德标识
|
||||
export function updateAmapFlag(data) {
|
||||
return request({
|
||||
url: "/pile/station/editAmapFlag",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// 删除充电站信息
|
||||
export function delStation(id) {
|
||||
return request({
|
||||
@@ -127,3 +137,4 @@ export function pushStationInfo(data) {
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user