mtwmapi.BareStoreFoodInfo.Skus添加omitempty
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user