类型新增
开发中POST
/adminapi/write.category/add请求参数
Header 参数
token
string
可选
示例值:
{{adminToken}}
Body 参数application/json
title
string
写作类型
image
string
类型图标
banner
string
类型横幅
intro
string
类型描述
prompt_outline
string
大纲调教文案
prompt_archive
string
全文调教文案
sort
integer
排序编号
status
integer
必需
类型状态: [0=禁用, 1=启用]
ai
string
必需
AI接口: [chatGLM,gpt3.5,gpt4.0]
model
object
模型配置
gpt3.5
object
必需
api2d3.5
object
必需
zhipu
object
必需
baidu
object
必需
xunfei
object
必需
forms
array [object {5}]
表单内容
name
string
组件名称
title
string
字段标题
id
string
唯一标识
key
string
字段名称
props
object
字段属性
type
integer
必需
写作类型 1-普通写作 2-论文写作
outline_status
integer
必需
预生成大纲 0-关闭1-开启
added_service
array[integer]
增值服务
is_recommend
integer
必需
推荐 0-不推荐 1-推荐
prompt_abstract
string
章节指令
words_num
integer
章节字数
reduction_status
integer
必需
降重状态 0-关闭 1-开启
reduction_price
string
降重价格
示例
{
"title": "我是类目",
"image": "https://aa.png",
"banner": "https://aa.png",
"intro": "这是简介",
"prompt_outline": "大纲${lp9ijhus}",
"prompt_archive": "正文",
"sort": 0,
"status": 1,
"ai": "gpt3.5",
"model": {
"model": "gpt-3.5-turbo",
"temperature": "0.7",
"context_num": "3",
"agency_api": ""
},
"forms": [
{
"name": "WidgetInput",
"title": "单行文本",
"id": "lp9ijhuq",
"props": {
"field": "111",
"title": "论文标题",
"defaultValue": "",
"placeholder": "论文标题",
"maxlength": 200,
"price": 0,
"isPrice": 0,
"isEnable": 0
}
},
{
"name": "WidgetTextarea",
"title": "多行文本",
"id": "ljgudfyw",
"props": {
"field": "111",
"title": "工作内容",
"placeholder": "1.剪辑抖音视频8个 2.拍摄试镜2个 3.拍摄产品细节视频",
"rows": 4,
"maxlength": 500,
"autosize": 0,
"price": 0,
"isPrice": 0,
"isEnable": 0
}
},
{
"name": "WidgetRadio",
"title": "单选",
"id": "lp9ijhus",
"key": "field4",
"props": {
"field": "111",
"title": "选项",
"defaultValue": "",
"isPrice": 1,
"isEnable": 1,
"options": [
"A",
"B",
"C",
"D"
],
"price": {
"A": 1,
"B": 1,
"C": 2,
"D": 3
}
}
},
{
"name": "WidgetCheckbox",
"title": "多选",
"id": "lp9ijhuu",
"key": "field5",
"props": {
"title": "多选",
"defaultValue": [],
"price": 0,
"isPrice": 0,
"isEnable": 0,
"options": [
"1",
"2",
"23",
"444"
]
}
},
{
"name": "WidgetSelect",
"title": "下拉选项",
"id": "lji29mvj",
"props": {
"field": "111",
"title": "生成类型",
"defaultValue": "",
"price": 0,
"isPrice": false,
"isEnable": false,
"options": [
"日报",
"周报",
"月报",
"工作日报"
]
}
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 1,
"show": 1,
"msg": "添加成功",
"data": []
}
最后修改时间: 5 个月前