修改唯品尚配置命名

This commit is contained in:
lzh
2025-05-28 15:23:14 +08:00
parent 20a3b65f01
commit b535467e6f
3 changed files with 7 additions and 7 deletions

View File

@@ -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 获取批量商品详情接口