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:
@@ -105,4 +105,10 @@ export function changeStationTemplate(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询全部计费模板
|
||||
// 查询vip站点计费模板
|
||||
export function queryStationPreferentialBillingTemplateList(stationId) {
|
||||
return request({
|
||||
url: "/billing/template/queryStationPreferentialBillingTemplateList/" + stationId,
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user