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:
@@ -60,4 +60,12 @@ export function queryMemberList(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 创建优惠计费模板
|
||||
export function preferentialTemplates(data) {
|
||||
console.log("创建优惠计费模板", JSON.stringify(data));
|
||||
return request({
|
||||
method: "post",
|
||||
url: "/billing/template/createPreferentialBillingTemplate",
|
||||
data,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user