mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 01:20:15 +08:00
add 后管推送站点信息到联联平台
This commit is contained in:
@@ -110,3 +110,11 @@ export function updateSettingByStationId(data) {
|
||||
// data: data,
|
||||
// })
|
||||
// }
|
||||
|
||||
export function pushStationInfo(data) {
|
||||
return request({
|
||||
url: "/pile/station/pushStationInfo",
|
||||
method: "post",
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user