add 后管推送站点信息到联联平台

This commit is contained in:
Lemon
2023-05-26 08:58:42 +08:00
parent fd84575155
commit 7c53e44830
9 changed files with 235 additions and 106 deletions

View File

@@ -110,3 +110,11 @@ export function updateSettingByStationId(data) {
// data: data,
// })
// }
export function pushStationInfo(data) {
return request({
url: "/pile/station/pushStationInfo",
method: "post",
data: data,
})
}