简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
outline_id string 大纲id
novel_label string 故事题材
novel_style string 故事风格
synopsis_story string 故事梗概
word_num string 字数
theme string 主题
time_frame string 时间范围
storyline_json string/array 故事情节
character_json string/array 人物介绍
power_json string/array 势力组织
more_options_json string/array 更多选项

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "添加成功",
    "data": [],
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明

备注:

文档更新时间: 2021-12-30 10:28   作者:admin