修改GetStoreStatus
This commit is contained in:
@@ -98,7 +98,7 @@ type GetStoreStatusResult struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type GetStoreStatusResultAll struct {
|
type GetStoreStatusResultAll struct {
|
||||||
TotalCount int `json:"totalcount"`
|
TotalCount int `json:"totalCount"`
|
||||||
PageNum int `json:"pageNum"`
|
PageNum int `json:"pageNum"`
|
||||||
PageSize int `json:"pageSize"`
|
PageSize int `json:"pageSize"`
|
||||||
DataList []GetStoreStatusResult `json:"dataList"`
|
DataList []GetStoreStatusResult `json:"dataList"`
|
||||||
|
|||||||
Reference in New Issue
Block a user