评论列表
开发中
GET
/api/interaction/comment_list
最后修改时间:2023-11-01 11:59:03
责任人:未设置
请求参数
Query 参数
vid
string
必需
示例值:
1719327198986375168
Header 参数
Authorization
string
可选
示例值:
eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJJRCI6MSwiZXhwIjoxNjk4ODQxODc1fQ.9B1hsCFbKPdb9uqZvD8fkpk1g9ympBRy7p8cocIgUAThVVvGimZnZP_OiUUtTZThXJzVGC9KYd7oboPloPKkVQ
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
array [object {5}]
必需
cid
integer
必需
content
string
必需
author
object
必需
createdAt
integer
必需
children
array [object {5}]
必需
msg
string
必需
示例
{
"code": 200,
"data": [
{
"cid": 4,
"content": "哈哈哈",
"author": {
"id": 1,
"username": "wxy",
"avatar": "http://s38ddu7np.hn-bkt.clouddn.com/avatar.jpg",
"location": "电子科技大学"
},
"createdAt": 1698838349,
"children": [
{
"cid": 5,
"content": "哈哈66",
"author": {
"id": 1,
"username": "wxy",
"avatar": "http://s38ddu7np.hn-bkt.clouddn.com/avatar.jpg",
"location": "电子科技大学"
},
"createdAt": 1698838359,
"children": [
{
"cid": 6,
"content": "999",
"author": {
"id": 1,
"username": "wxy",
"avatar": "http://s38ddu7np.hn-bkt.clouddn.com/avatar.jpg",
"location": "电子科技大学"
},
"createdAt": 1698838439
}
]
}
]
},
{
"cid": 1,
"content": "你好",
"author": {
"id": 1,
"username": "wxy",
"avatar": "http://s38ddu7np.hn-bkt.clouddn.com/avatar.jpg",
"location": "电子科技大学"
},
"createdAt": 1698838316,
"children": [
{
"cid": 7,
"content": "666",
"author": {
"id": 1,
"username": "wxy",
"avatar": "http://s38ddu7np.hn-bkt.clouddn.com/avatar.jpg",
"location": "电子科技大学"
},
"createdAt": 1698838638
}
]
}
],
"msg": "获取评论列表成功"
}
修改于 2023-11-01 11:59:03