💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 用户扩展资料 - 创建/修改模板信息 ~~~[api] post:/v1/userprofiles/createTpl *action#操作类型:update[修改],create[创建] *access_open_id# tpl_id#如果action=update,必填 title#模板标题,如果action=create,必填 desc#模板说明 array:content#模板内容,如果action=create,必填。实例:[{type:input,title:'姓名',placeholder:'占位文字',require:1},{type:textarea,title:'描述',placeholder:'占位文字',require:1},{type:radio,title:'单选',options:[选项1,选项2],require:1},{type:checkbox,title:'多选',options:[选项1,选项2],require:1}] <<< success <<< error ~~~