|
|
@ -72,10 +72,6 @@ func (g *commodity) Lists(ctx context.Context, args ArgsCommodityList) (reply Re
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type ArgsGoodsInfo struct {
|
|
|
|
|
|
|
|
SkuId uint
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type ReplyCommodityInfo struct {
|
|
|
|
type ReplyCommodityInfo struct {
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Id uint `json:"id"`
|
|
|
|
CommodityCode string `json:"commodityCode"`
|
|
|
|
CommodityCode string `json:"commodityCode"`
|
|
|
@ -87,6 +83,7 @@ type ReplyCommodityInfo struct {
|
|
|
|
SecondCategoryName string `json:"secondCategoryName"`
|
|
|
|
SecondCategoryName string `json:"secondCategoryName"`
|
|
|
|
ThirdCategoryId uint `json:"thirdCategoryId"`
|
|
|
|
ThirdCategoryId uint `json:"thirdCategoryId"`
|
|
|
|
ThirdCategoryName string `json:"thirdCategoryName"`
|
|
|
|
ThirdCategoryName string `json:"thirdCategoryName"`
|
|
|
|
|
|
|
|
SupplyCategoryId uint `json:"supplyCategoryId"`
|
|
|
|
Handle uint `json:"handle"`
|
|
|
|
Handle uint `json:"handle"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Skus []SkuItem `json:"skus"`
|
|
|
|
Skus []SkuItem `json:"skus"`
|
|
|
|