集团添加优惠站点

This commit is contained in:
BOOL\25024
2024-01-31 15:53:39 +08:00
parent 61c117bff6
commit ad2ecbe20b
3 changed files with 74 additions and 4 deletions

View File

@@ -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,
});
}