接口:首页推荐
接口详情

首页推荐

zodram api

GET

接口地址
正式环境(prod) https://zodream.cn/open/shop/goods/home
本地环境(dev) http://zodream.localhost/open/shop/goods/home
Header参数
字段键 字段值 备注说明
请求参数
字段别名 字段含义 字段类型 是否必填 默认值 备注说明
响应参数
字段别名 字段含义 字段类型 MOCK规则 备注说明
hot_products 热门商品 数组(array)
id id 数字(number)
name name 字符串(string)
series_number series_number 数字(number)
thumb thumb 字符串(string)
price price 浮点型(float)
market_price market_price 浮点型(float)
shop shop 字符串(string)
new_products 最新商品 数组(array)
id id 数字(number)
name name 字符串(string)
series_number series_number 数字(number)
thumb thumb 字符串(string)
price price 浮点型(float)
market_price market_price 浮点型(float)
shop shop 字符串(string)
best_products 推荐商品 数组(array)
id id 数字(number)
name name 字符串(string)
series_number series_number 数字(number)
thumb thumb 字符串(string)
price price 浮点型(float)
market_price market_price 浮点型(float)
shop shop 字符串(string)
返回示例