获取指定用户评论
GET
http://ht.lovestory.wiki/forum.php
最后修改时间:2025-01-25 15:02:00
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://ht.lovestory.wiki/forum.php?action=editor-user-comment&account=123456'
响应示例响应示例
{
"code": 200,
"message": "评论列表获取成功",
"data": [
{
"comment_uid": 1,
"forum_uid": 18,
"comment": "测试123",
"time": "2025-01-25 14:38:32",
"forum_title": "测试帖子"
},
{
"comment_uid": 2,
"forum_uid": 18,
"comment": "测试321",
"time": "2025-01-25 14:38:32",
"forum_title": "测试帖子"
}
]
}
请求参数
Query 参数
action
string
可选
示例值:
editor-user-comment
account
string
后台账号
示例值:
123456
返回响应
修改于 2025-01-25 15:02:00