AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
**编辑标签** ![](https://img.kancloud.cn/6c/df/6cdf2efcf91e1e27006a72d13b4e6863_627x469.png) ***** ~~~ protected $articleTableName ='acc_meeting'; ~~~ ~~~ $formData = getInputData(); $tag = new TagUpdate(); $res = $tag->update($formData['id'],$formData['name']); if($res){ $this->success('编辑标签成功!'); }else{ $this->error($tag->getErrorMessage()); } ~~~