获取-评论列表
GET
/mp/v1_0/articles获取-评论列表
请求参数
Query 参数
page
string
可选
当前页数(默认为1)
示例值:
1
per_page
string
可选
每页数量(默认为10)
示例值:
10
response_type
string
必需
返回数据的类型('comment'就会让后台返回评论相关数据列表)
示例值:
comment
Header 参数
Authorization
string
必需
Bearer token值字符串; 例如: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2OTA0NTEwOTksInVzZXJfaWQiOjEsInJlZnJlc2giOmZhbHNlLCJ2ZXJpZmllZCI6dHJ1ZX0.-aXDyXCTJDWWybYBC2cGcbCGmymVt5w79h-_UlSX_yI
示例值:
{{HM_ACCESS_TOKEN}}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
message
string
响应消息
data
object
响应数据
total_count
integer
文章总数
page
integer
当前页
per_page
integer
当前页数据条数
results
array [object {5}]
响应结果
示例
成功示例
{
"message": "OK",
"data": {
"total_count": 46164,
"page": 1,
"per_page": 10,
"results": [
{
"id": 1553299979722817500,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553294944074989600,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553289912998953000,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553284877871218700,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553279843792060400,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553274814540546000,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553264474448724000,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553259441569136600,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553254411164188700,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
},
{
"id": 1553249374820106200,
"title": "fsdfsdfsdfsd",
"comment_status": true,
"total_comment_count": 0,
"fans_comment_count": 0
}
]
}
}
最后修改时间: 2 年前