合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 用户扩展资料 - 字段类型 ~~~[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 ~~~