- 将GetStoreOrderCountInfo的实现换成GetStoreOrderCountInfo2一致的(准备之后去掉GetStoreOrderCountInfo2)

- 添加GetStoreAfsOrderCountInfo
This commit is contained in:
gazebo
2019-05-22 09:46:23 +08:00
parent e9602bdb8e
commit 0a5f9c3060
4 changed files with 53 additions and 35 deletions

View File

@@ -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"`