热销排行商品接口
POST
/api/in/together/v1/goods/getHotLst
接口描述
热销排行商品接口
请求参数
参数名
类型
描述
必填
limit
int(11)
获取条数(默认20)
必填
page
int(11)
页码数(默认1)
必填
model
char(20)
获取模块【明星产品(star),本月热卖(month),年度总榜(years)】,不填默认star
必填
响应参数
参数名
类型
描述
必填
goods_id
int(11)
商品ID
必填
main_img
varchar(255)
商品展示图
必填
shop_price
decimal(20,2)
商品价格
必填
title
varchar(255)
标题
必填
sales
int(11)
销量
必填