简要描述:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 1.0.0 | kevin | 2022-07-28 |
请求URL:
请求方式:
- POST
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| token | 否 | string | 授权凭证 |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| chapter_id | 是 | integer | 章节ID |
| comment_content | 是 | string | 评论内容 |
| comment_id | 否 | string | 评论id,回复使用 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "评论成功",
"data": null
}
{
"status": 200,
"msg": "回复成功",
"data": null
}
错误时返回:
备注:
- 无
作者:admin 创建时间:2022-07-28 14:45
更新时间:2025-10-22 20:24
更新时间:2025-10-22 20:24