- 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"`
|
||||
|
||||
Reference in New Issue
Block a user