From a3cbf24a9286e5cccd46ba8611f75fcd40d2215a Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 25 Oct 2019 17:50:44 +0800 Subject: [PATCH] =?UTF-8?q?mtwmapi.BareStoreFoodInfo.Skus=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0omitempty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/mtwmapi/retail.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/mtwmapi/retail.go b/platformapi/mtwmapi/retail.go index 722f5f22..1955f481 100644 --- a/platformapi/mtwmapi/retail.go +++ b/platformapi/mtwmapi/retail.go @@ -47,7 +47,7 @@ type BareStoreSkuInfo struct { type BareStoreFoodInfo struct { AppFoodCode string `json:"app_food_code"` - Skus []*BareStoreSkuInfo `json:"skus"` + Skus []*BareStoreSkuInfo `json:"skus,omitempty"` } type AvailableTimesInfo struct {