mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
停车平台, 停车优惠
This commit is contained in:
@@ -121,14 +121,6 @@ export function getRelationByStationId(id) {
|
||||
});
|
||||
}
|
||||
|
||||
// 查询站点互联互通配置
|
||||
export function getSettingInfo(data) {
|
||||
return request({
|
||||
url: "/pile/station/getSettingInfo",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
// 修改站点互联互通配置
|
||||
export function updateSettingByStationId(data) {
|
||||
|
||||
Reference in New Issue
Block a user