简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-12-28

请求URL:

请求方式:

  • Get

请求头:

参数名 是否必须 类型 说明
token string 凭证

请求参数:

参数名 是否必须 类型 说明
id string 恢复id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "id": 4,
        "chapter_id": 2,
        "chapter_name": "第2章",
        "content": "我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀\n我不知道写什么呀",
        "word_num": 112,
        "create_at": "2021-12-28 15:41:46"
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "验证码错误"
}

data返回参数说明:

参数名 类型 说明
id string 恢复id
chapter_id string 书籍章节id
chapter_name string 书籍章节名称
content string 内容
word_num string 字数
create_at string 时间

备注:

文档更新时间: 2021-12-28 17:55   作者:admin