mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
配置充电停车优惠
This commit is contained in:
@@ -173,3 +173,20 @@ export function updateThirdPartyStationRelation(data) {
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
|
||||
// 保存充电停车优惠配置
|
||||
export function saveChargeParkingDiscount(data) {
|
||||
return request({
|
||||
url: '/pile/station/saveChargeParkingDiscount',
|
||||
method: 'post',
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
|
||||
// 查询站点充电停车优惠配置
|
||||
export function getChargeParkingDiscount(stationId) {
|
||||
return request({
|
||||
url: '/pile/station/getChargeParkingDiscount/' + stationId,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user