{
"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": [
"日报",
"周报",
"月报",
"工作日报"
]
}
}
]
}curl --location --request POST '/adminapi/write.category/edit' \
--header 'token: {{adminToken}}' \
--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": [
"日报",
"周报",
"月报",
"工作日报"
]
}
}
]
}'{
"code": 1,
"show": 1,
"msg": "编辑成功",
"data": []
}