- serveral consts

This commit is contained in:
gazebo
2019-06-12 09:31:52 +08:00
parent 048c470ece
commit 7823ae099d
2 changed files with 3 additions and 1 deletions

View File

@@ -74,7 +74,8 @@ const (
OrderFromBaidu = "1"
OrderFromElm = "2"
OrderSkuDiscountTypeZhe = "g_zhe"
OrderSkuDiscountTypeZhe = "g_zhe"
OrderSkuDiscountTypeReduce = "g_reduce"
)
const (

View File

@@ -81,6 +81,7 @@ const (
ExtrasPromotionTypeTeJiaCai = 7 // 特价菜
ExtrasPromotionTypeZheKouCai = 17 // 折扣菜
ExtrasPromotionTypeSecondHalfPrice = 20 // 第2份半价活动
ExtrasPromotionTypeShanGouBaoPin = 56 // 闪购爆品
)
type RefundSku struct {