AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
~~~[api] get:/v1/approvesys/form/listComponents <<< success { "code": 0, "msg": "ok", "data": { "tpl": [ { "type": "input", "title": "单行文本", "placeholder": "请输入", "require": 1 }, { "type": "textarea", "title": "多行文本", "placeholder": "请输入", "require": 1 }, { "type": "date", "title": "日期", "placeholder": "", "require": 1 }, { "type": "datetime", "title": "日期+时间", "placeholder": "", "require": 1 }, { "type": "money", "title": "金额", "placeholder": "", "require": 1 }, { "type": "text", "title": "说明文字", "placeholder": "请输入", "require": 1 }, { "type": "radio", "title": "单选", "options": [ "选项1", "选项2" ], "options_param": { "length": null, "max": null, "min": 2 }, "require": 1 }, { "type": "switch", "title": "开关", "options": [ "是", "否" ], "options_param": { "length": 2, "max": null, "min": null }, "require": 1 }, { "type": "select", "title": "下拉框", "options": [ "", "选项1", "选项2" ], "options_param": { "length": null, "max": null, "min": 2 }, "require": 1 } ] } } <<< error ~~~