提交 28dea592 authored 作者: zhanglibo's avatar zhanglibo

hdh

上级 79ed5e03
...@@ -149,7 +149,12 @@ type GoodsInfoReq struct { ...@@ -149,7 +149,12 @@ type GoodsInfoReq struct {
//商品详情 //商品详情
type GoodsInfoRes struct { type GoodsInfoRes struct {
Code string `json:"code"` Code string `json:"code"`
Data []struct { Data []*GoodsInfoItem `json:"data"` //
Message string `json:"message"`
Success int `json:"success"`
}
type GoodsInfoItem struct {
BrandID string `json:"brandId"` BrandID string `json:"brandId"`
BrandName string `json:"brandName"` //品牌名称 BrandName string `json:"brandName"` //品牌名称
Currency string `json:"currency"` //货币单位 参考货币字典 Currency string `json:"currency"` //货币单位 参考货币字典
...@@ -200,9 +205,6 @@ type GoodsInfoRes struct { ...@@ -200,9 +205,6 @@ type GoodsInfoRes struct {
} `json:"skuNameValues"` // } `json:"skuNameValues"` //
ThirdCateID int `json:"thirdCateId"` // ThirdCateID int `json:"thirdCateId"` //
ThirdCateName string `json:"thirdCateName"` // ThirdCateName string `json:"thirdCateName"` //
} `json:"data"` //
Message string `json:"message"`
Success int `json:"success"`
} }
//商品列表 //商品列表
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论