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

指定文章分类下的文章列表


接口功能

指定文章分类下的文章列表

URL

http://ceshi2.dishait.cn/api/v1/postclass/:id/post/:page

支持格式

JSON

HTTP请求方式

GET

HEADERS
参数必选类型说明
tokenfalsestringtoken
接口示例

地址:http://ceshi2.dishait.cn/api/v1/postclass/1/post/2

json5
{
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "id": 13,
                "user_id": 13,
                "title": "12132",
                "titlepic": "",
                "content": "12132",
                "sharenum": 0,
                "path": "未知",
                "type": 0,
                "create_time": 1559543916,
                "post_class_id": 1,
                "share_id": 0,
                "isopen": 1,
                "status": 1,
                "ding_count": 0,
                "cai_count": 1,
                "comment_count": 0,
                "user": {
                    "id": 13,
                    "username": "...",
                    "userpic": "http://...png",
                    "fens": []
                },
                "images": [],
                "share": null,
                "support": []
            },
            // ...
        ]
    }
}