类型编辑
开发中
POST
/adminapi/write.category/edit
请求参数
Header 参数
token
string
可选
示例值:
{{adminToken}}
Body 参数application/json
id
integer
ID
title
string
写作类型
image
string
类型图标
banner
string
类型横幅
intro
string
类型描述
prompt_outline
string
大纲调教文案
prompt_archive
string
全文调教文案
sort
integer
排序编号
status
integer
必需
ai
string
必需
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
必需
outline_status
integer
必需
added_service
array[integer]
增值服务
is_recommend
integer
必需
prompt_abstract
string
章节指令
words_num
integer
章节字数
reduction_status
integer
必需
reduction_price
string
降重价格
示例
{
"id": 1,
"title": "我是类目",
"image": "https://aa.png",
"banner": "https://aa.png",
"intro": "这是简介",
"prompt_outline": "大纲",
"prompt_archive": "正文${lp9ijhus}",
"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": {
"title": "论文标题",
"defaultValue": "",
"placeholder": "论文标题",
"maxlength": 200,
"price": 0,
"isPrice": 0,
"isEnable": 0
}
},
{
"name": "WidgetTextarea",
"title": "多行文本",
"id": "ljgudfyw",
"props": {
"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": {
"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": {
"title": "生成类型",
"defaultValue": "",
"price": 0,
"isPrice": false,
"isEnable": false,
"options": [
"日报",
"周报",
"月报",
"工作日报"
]
}
}
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/adminapi/write.category/edit' \
--header 'token: {{adminToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"title": "我是类目",
"image": "https://aa.png",
"banner": "https://aa.png",
"intro": "这是简介",
"prompt_outline": "大纲",
"prompt_archive": "正文${lp9ijhus}",
"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": {
"title": "论文标题",
"defaultValue": "",
"placeholder": "论文标题",
"maxlength": 200,
"price": 0,
"isPrice": 0,
"isEnable": 0
}
},
{
"name": "WidgetTextarea",
"title": "多行文本",
"id": "ljgudfyw",
"props": {
"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": {
"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.0,
"isPrice": 0,
"isEnable": 0,
"options": [
"1",
"2",
"23",
"444"
]
}
},
{
"name": "WidgetSelect",
"title": "下拉选项",
"id": "lji29mvj",
"props": {
"title": "生成类型",
"defaultValue": "",
"price": 0,
"isPrice": false,
"isEnable": false,
"options": [
"日报",
"周报",
"月报",
"工作日报"
]
}
}
]
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 1,
"show": 1,
"msg": "编辑成功",
"data": []
}
修改于 2024-07-08 08:42:30