简要描述:
-
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 1.0.0 | kevin | 2021-09-15 |
请求URL:
请求方式:
- POST
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| token | 是 | string | 授权凭证 |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| dynamic_id | 是 | int | 动态id |
| content | 是 | int | 内容 |
| to_comment_id | 否 | int | 回复的评论id,0=评论,大于0=回复 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "评论成功",
"data": [],
"other": []
}
{
"status": 200,
"msg": "回复成功",
"data": [],
"other": []
}
错误时返回:
{
"status": 0,
"msg": "提交失败"
}返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| is_thumbs | string | 当前点赞状态【true=已点赞,false=未点赞】 |
备注:
- 无
文档更新时间: 2021-10-20 17:51 作者:admin