AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 模型使用strict方法不能返回自增长id 如果需要返回自增长id,则不能使用`strict`方法 ~~~ $rst = $deal->save($data); // ->strict(false) if($rst === false){ return $this->fail('操作失败!'); } return $deal->id; ~~~