- GetStoreOrderCountInfo2
This commit is contained in:
@@ -34,6 +34,12 @@ type GoodsOrderCountInfo struct {
|
||||
Count int `json:"count"`
|
||||
}
|
||||
|
||||
type GoodsOrderCountInfo2 struct {
|
||||
LockStatus int `json:"lockStatus"`
|
||||
Status int `json:"status"`
|
||||
Count int `json:"count"`
|
||||
}
|
||||
|
||||
type SkuMetaInfo struct {
|
||||
Units []string `json:"units"`
|
||||
SpecUnits []string `json:"specUnits"`
|
||||
|
||||
@@ -185,7 +185,7 @@ const (
|
||||
OrderStatusAgreeFailedGetGoods = 18 // 取货失败
|
||||
|
||||
OrderStatusDelivering = 20 // 开始配送,配送员已取货,从这里开始就是运单消息了
|
||||
OrderStatusDeliverFailed = 25 // 投递失败
|
||||
OrderStatusDeliverFailed = 22 // 投递失败
|
||||
|
||||
OrderStatusEndBegin = 100 // 以下的状态就是结束状态
|
||||
OrderStatusFinished = 110 // 订单已完成
|
||||
@@ -210,7 +210,7 @@ const (
|
||||
WaybillStatusAgreeFailedGetGoods = 18 // 取货失败
|
||||
|
||||
WaybillStatusDelivering = 20
|
||||
WaybillStatusDeliverFailed = 25
|
||||
WaybillStatusDeliverFailed = 22
|
||||
|
||||
WaybillStatusEndBegin = 100 // 以下的状态就是结束状态
|
||||
WaybillStatusDelivered = 105 // todo 这个应该改为110,与订单对应
|
||||
|
||||
Reference in New Issue
Block a user