- 将GetStoreOrderCountInfo的实现换成GetStoreOrderCountInfo2一致的(准备之后去掉GetStoreOrderCountInfo2)
- 添加GetStoreAfsOrderCountInfo
This commit is contained in:
@@ -30,11 +30,6 @@ type OrderSkuExt struct {
|
||||
}
|
||||
|
||||
type GoodsOrderCountInfo struct {
|
||||
Status int `json:"status"`
|
||||
Count int `json:"count"`
|
||||
}
|
||||
|
||||
type GoodsOrderCountInfo2 struct {
|
||||
LockStatus int `json:"lockStatus"`
|
||||
Status int `json:"status"`
|
||||
Count int `json:"count"`
|
||||
|
||||
Reference in New Issue
Block a user