满减送数据对接

This commit is contained in:
落日晚风
2023-12-22 18:04:29 +08:00
parent 9591ed7084
commit 21e8dbf985
5 changed files with 182 additions and 57 deletions

View File

@ -244,15 +244,15 @@ export const CouponTemplateTakeTypeEnum = {
*/
export const PromotionProductScopeEnum = {
ALL: {
scope: 1,
scope: 10,
name: '通用劵'
},
SPU: {
scope: 2,
scope: 20,
name: '商品劵'
},
CATEGORY: {
scope: 3,
scope: 30,
name: '品类劵'
}
}