articals - TimYi/FengHuang GitHub Wiki

请求URL

http://101.200.229.135:8080/api/articals

请求方式

GET  

请求参数

page:页码
size:多少

返回示例

{
"result": {
    "totalCount": 1,
    "totalPages": 1,
    "page": 0,
    "size": 8,
    "result": [
        {
            "id": "404040e64db7f302014db7f311720000",
            "menu": null,
            "title": "first artical",
            "source": null,
            "sourceLink": null,
            "author": "Tim",
            "keywords": null,
            "description": null,
            "content": "test content",
            "mainPic": null,
            "thumbnails": null,
            "hits": 0,
            "pics": []
        }
    ]
},
"status": "OK"
}