mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 修改充电桩别名
This commit is contained in:
@@ -86,3 +86,12 @@ export function getPileFeedList(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 修改桩别名
|
||||
export function updatePileName(data) {
|
||||
return request({
|
||||
url: '/pile/basic/updatePileName',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user