AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 用户扩展资料 - 创建/修改模板信息 ~~~[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 ~~~