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:
@@ -97,4 +97,12 @@ export function publishBillingTemplate(data) {
|
||||
});
|
||||
}
|
||||
|
||||
export function changeStationTemplate(data) {
|
||||
return request({
|
||||
url: "/billing/template/changeStationTemplate",
|
||||
method: "post",
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
|
||||
// 查询全部计费模板
|
||||
|
||||
Reference in New Issue
Block a user