文档
测试

精品推荐

POST
/api/System/getRecommendGoods

请求参数

参数名
类型
描述
必填
secret_token
string
secret_token
必填
token
string
token
必填
sign
string
sign
必填
page
必填
rows
必填
big_class_id
一级
必填
mid_class_id
二级
必填
class_id
三级
必填

响应参数

参数名
类型
描述
必填
success
必填
data
必填
id
int
必填
goods_name
string
商品标题
必填
tag_name
string
标签
必填
images
int
商品图片
必填
new_number
int
几成新
必填
price
string
本店价
必填
tag_name
string
标签组
必填
total
页数
必填

说明 / 示例

{ "success": true, "data": [ { "id": 2688, "goods_name": "多肽钙片100g/片", "images": [ "http://yxst2.oss-cn-shenzhen.aliyuncs.com/video/pH3Gihmb2H.jpg" ], "price": "168.00", "new_number": 5, "tag_name": [ { "id": 7, "tag_name": "一年保修" }, { "id": 8, "tag_name": "两年保修" } ] } ], "message": "success" }