营销:适配商城装修组件【优惠券】

This commit is contained in:
owen
2023-11-22 16:57:59 +08:00
parent 04b0b87126
commit 92e164747a
7 changed files with 239 additions and 142 deletions
+12
View File
@@ -0,0 +1,12 @@
import request from '@/sheep/request';
export default {
// 获得优惠劵模板列表
getCouponTemplateListByIds: (ids) => {
return request({
url: '/app-api/promotion/coupon-template/list-by-ids',
method: 'GET',
params: { ids }
});
}
}