Skip to content
关注公众号,获取新课通知

获取热门推荐列表 ​


接口功能 ​

获取热门推荐列表

URL ​

http://ceshi3.dishait.cn/api/goods/hotlist

支持格式 ​

JSON

HTTP请求方式 ​

GET

header头 ​

无

请求参数 ​

无

接口示例 ​

http://ceshi3.dishait.cn/api/goods/hotlist

json5
{
    "msg": "ok",
    "data": [
        {
            "id": 25,
            "title": "小米...风抱枕套",
            "cover": "http://...png",
            "desc": "酒店 ... 醇密",
            "min_price": "100.00",
            "min_oprice": "30.00"
        },
        // ...
    ]
}