评论记录
开发中
GET
/api/comment
请求参数
Query 参数
subject_id
integer
对象 id
示例值:
1
subject_type
string
对象 type
示例值:
article
parent_id
integer
一级评论
示例值:
0
sort
string
可选
示例值:
commend
per_page
integer
每页条数
默认值:
10
page
integer
页码
默认值:
1
Header 参数
Accept
string
必需
默认值:
application/json
X-Requested-With
string
必需
默认值:
XMLHttpRequest