- up
This commit is contained in:
@@ -45,6 +45,9 @@ const (
|
||||
OrderStatusPayFinishedSettle = "330901" // 订单支付完成应结
|
||||
OrderStatusAdjustSettle = "330902" // 订单调整后应结
|
||||
OrderStatusSwitch2SelfSettle = "330903" // 订单众包配送转自送后应结
|
||||
|
||||
PromotionStatusSingleOK = "35" // 单品直降活动已生效
|
||||
PromotionStatusLimitTimeOK = "45" // 限时抢活动已生效
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user