企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 用户扩展资料 - 字段类型 ~~~[api] get:/v1/userprofiles/listFiledTpl <<< success { "code": 0, "msg": "ok", "data": [ { "type": "input", "title": "单行文本", "placeholder": "请输入", "require": 1 }, { "type": "textarea", "title": "多行文本", "placeholder": "请输入", "require": 1 }, { "type": "radio", "title": "单选", "options": [ "选项1", "选项2" ], "options_param": { "length": null, "max": null, "min": 2 }, "require": 1 }, { "type": "checkbox", "title": "多选", "options": [ "选项1", "选项2" ], "options_param": { "length": null, "max": null, "min": 2 }, "require": 1 } ] } <<< error ~~~