活动
This commit is contained in:
@@ -28,7 +28,7 @@ const (
|
||||
|
||||
const (
|
||||
OrderTypeNormal = 0 //普通订单
|
||||
OrderTypeMatter = 0 //物料订单
|
||||
OrderTypeMatter = 1 //物料订单
|
||||
OrderTypeSupplyGoods = 2 //进货订单
|
||||
OrderTypeDefendPrice = 3 //守价订单
|
||||
)
|
||||
@@ -392,6 +392,7 @@ type PriceDefendOrder struct {
|
||||
Count int `json:"count"`
|
||||
DefendPrice int64 `json:"defendPrice"` //守的价格
|
||||
ActualPayPrice int64 `json:"actualPayPrice"` //单位为分 顾客实际支付
|
||||
RealPrice int64 `json:"realPrice"` //实际成交价
|
||||
IsBuyNowPrice int `json:"isBuyNowPrice"` //库存剩x(x=当前客户购买的数量)时以当时价抢购
|
||||
Issue int `json:"issue"` //期数,每晚22:00以后的守价单是归在第二天的期数中
|
||||
IsSuccess int `json:"isSuccess"` //是否抢购成功
|
||||
|
||||
Reference in New Issue
Block a user