停车平台, 停车优惠

This commit is contained in:
Guoqs
2025-01-07 16:59:49 +08:00
parent 2234880632
commit fd3ceab0f6
3 changed files with 304 additions and 309 deletions

View File

@@ -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) {

View File

@@ -255,10 +255,8 @@ import stationWhiteList from "@/views/pile/station/stationWhiteList";
import {
getStationInfo,
updateStationQRCodePrefix,
getSettingByStationId,
updateSettingByStationId,
pushStationInfo,
getSettingInfo,
getParkingInfoList,
bindParkingPlatform,
getRelationByStationId,