update 第三方平台整合方法

This commit is contained in:
Lemon
2025-02-12 08:57:57 +08:00
parent 69596d2416
commit b85780f576
8 changed files with 109 additions and 58 deletions

View File

@@ -140,13 +140,13 @@ export function updateSettingByStationId(data) {
// }
// 推送充电站信息到联联平台
export function pushStationInfo(data) {
return request({
url: "/pile/station/pushStationInfo",
method: "post",
data: data,
})
}
// export function pushStationInfo(data) {
// return request({
// url: "/pile/station/pushStationInfo",
// method: "post",
// data: data,
// })
// }
// 绑定停车平台
export function bindParkingPlatform(data) {