mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 18:10:10 +08:00
新增 站点管理配置下发二维码地址
This commit is contained in:
@@ -72,3 +72,12 @@ export function fastCreateStation(data) {
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
// 下发二维码
|
||||
export function updateStationQRCodePrefix(data) {
|
||||
return request({
|
||||
url: "/pile/station/updateStationQRCodePrefix",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user