From aac1683dccb49a89e951da1f8b190ab3956bdcb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B3=E5=87=A1=E6=A2=A6?= Date: Thu, 9 Jul 2020 11:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9GetStoreStatus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/mtpsapi/shop_page.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/mtpsapi/shop_page.go b/platformapi/mtpsapi/shop_page.go index 4c8b1854..2bc24954 100644 --- a/platformapi/mtpsapi/shop_page.go +++ b/platformapi/mtpsapi/shop_page.go @@ -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"`