修改GetStoreStatus

This commit is contained in:
平凡梦
2020-07-09 11:56:29 +08:00
parent 778c0c3871
commit aac1683dcc

View File

@@ -98,7 +98,7 @@ type GetStoreStatusResult struct {
}
type GetStoreStatusResultAll struct {
TotalCount int `json:"totalcount"`
TotalCount int `json:"totalCount"`
PageNum int `json:"pageNum"`
PageSize int `json:"pageSize"`
DataList []GetStoreStatusResult `json:"dataList"`