|
|
@ -73,16 +73,17 @@ type ArgsGoodsInfo struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type ReplyGoodsInfo struct {
|
|
|
|
type ReplyGoodsInfo struct {
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Name string `json:"name"`
|
|
|
|
Name string `json:"name"`
|
|
|
|
SupplierId uint `json:"supplierId"`
|
|
|
|
SupplierId uint `json:"supplierId"`
|
|
|
|
CategoryId uint `json:"categoryId"`
|
|
|
|
SupplierName string `json:"supplierName"`
|
|
|
|
BrandId uint `json:"brandId"`
|
|
|
|
CategoryId uint `json:"categoryId"`
|
|
|
|
Imgs []string `json:"imgs"`
|
|
|
|
BrandId uint `json:"brandId"`
|
|
|
|
Content string `json:"content"`
|
|
|
|
Imgs []string `json:"imgs"`
|
|
|
|
Attributes []GoodsAttributeItem `json:"attributes"`
|
|
|
|
Content string `json:"content"`
|
|
|
|
Skus []SkuItem `json:"skus"`
|
|
|
|
Attributes []GoodsAttributeItem `json:"attributes"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Skus []SkuItem `json:"skus"`
|
|
|
|
|
|
|
|
Status uint `json:"status"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type GoodsAttributeItem struct {
|
|
|
|
type GoodsAttributeItem struct {
|
|
|
|