新增 站点管理配置下发二维码地址

This commit is contained in:
Lemon
2023-03-31 16:19:26 +08:00
parent 310d08336f
commit c337b9f035
11 changed files with 159 additions and 9 deletions

View File

@@ -72,3 +72,12 @@ export function fastCreateStation(data) {
data: data,
});
}
// 下发二维码
export function updateStationQRCodePrefix(data) {
return request({
url: "/pile/station/updateStationQRCodePrefix",
method: "post",
data: data,
});
}