This commit is contained in:
gazebo
2019-07-08 17:32:09 +08:00
parent 0ae346dc3b
commit 52e7101693
2 changed files with 7 additions and 4 deletions

View File

@@ -45,6 +45,9 @@ const (
OrderStatusPayFinishedSettle = "330901" // 订单支付完成应结
OrderStatusAdjustSettle = "330902" // 订单调整后应结
OrderStatusSwitch2SelfSettle = "330903" // 订单众包配送转自送后应结
PromotionStatusSingleOK = "35" // 单品直降活动已生效
PromotionStatusLimitTimeOK = "45" // 限时抢活动已生效
)
const (

View File

@@ -23,10 +23,10 @@ const (
)
const (
PromotionStateNotConfirm = 1
PromotionStateConfirmed = 5
PromotionStateCanceled = 6
PromotionStateEnded = 9
PromotionStateNotConfirm = 1 // 未确认
PromotionStateConfirmed = 5 // 已确认
PromotionStateCanceled = 6 // 已取消
PromotionStateEnded = 9 // 已结束
)
type PromotionSku struct {