From 573a37a3c82c9e511afe1b7df0e6cbfcb782468e Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 15 Dec 2022 15:13:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otosaas/commodity.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/otosaas/commodity.go b/otosaas/commodity.go index c3e01b5..0558d78 100644 --- a/otosaas/commodity.go +++ b/otosaas/commodity.go @@ -72,10 +72,6 @@ func (g *commodity) Lists(ctx context.Context, args ArgsCommodityList) (reply Re return } -type ArgsGoodsInfo struct { - SkuId uint -} - type ReplyCommodityInfo struct { Id uint `json:"id"` CommodityCode string `json:"commodityCode"` @@ -87,6 +83,7 @@ type ReplyCommodityInfo struct { SecondCategoryName string `json:"secondCategoryName"` ThirdCategoryId uint `json:"thirdCategoryId"` ThirdCategoryName string `json:"thirdCategoryName"` + SupplyCategoryId uint `json:"supplyCategoryId"` Handle uint `json:"handle"` Status uint `json:"status"` Skus []SkuItem `json:"skus"`