简要描述:
- 添加评论
请求域名:
- http://xx.com
请求URL:
POST/&route=plugin.micro-communities.api.trick.comments
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
tid | 是 | int | 帖子ID |
host_comment_id | 否 | int | 主评论ID |
second_comment_id | 否 | int | 次评论ID |
content | 是 | string | 内容 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "评论成功",
"data": []
}
错误时返回:
{
"result": 0,
"msg": "错误信息",
"data": []
}