修改唯品尚配置命名
This commit is contained in:
@@ -112,10 +112,10 @@ type GetGoodsdeptRes struct {
|
||||
}
|
||||
|
||||
type Goodsdept struct {
|
||||
PageIndex string `json:"pageIndex"`
|
||||
PageCount int `json:"pageCount"`
|
||||
DataCount int `json:"dataCount"`
|
||||
List []Goods `json:"list"`
|
||||
PageIndex interface{} `json:"pageIndex"`
|
||||
PageCount int `json:"pageCount"`
|
||||
DataCount int `json:"dataCount"`
|
||||
List []Goods `json:"list"`
|
||||
}
|
||||
|
||||
// GetDetailsGoodsReq 获取批量商品详情接口
|
||||
|
Reference in New Issue
Block a user