Skip to content
关注公众号,获取新课通知
【重要通知】uniapp实战社区交友交流群更换为:602180461,靓仔/靓女可以重新申请加入哦~

获取热门话题


接口功能

获取热门话题

URL

http://ceshi2.dishait.cn/api/v1/hottopic

支持格式

JSON

HTTP请求方式

GET

请求参数

接口示例

地址:http://ceshi2.dishait.cn/api/v1/hottopic

json5
{
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "id": 1,
                "title": "话题名称..",
                "titlepic": "http://...png",
                "desc": "话题描述",
                "type": 1,
                "create_time": null,
                "topic_class_id": 1,
                "post_count": 4,
                "todaypost_count": 0
            },
            // ...
        ]
    }
}