企业🤖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 ~~~