正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -35,7 +35,7 @@ class AiCommandController extends BaseController | @@ -35,7 +35,7 @@ class AiCommandController extends BaseController | ||
| 35 | 'remark' => $text | 35 | 'remark' => $text |
| 36 | ]; | 36 | ]; |
| 37 | $this->set_ai_log($param); | 37 | $this->set_ai_log($param); |
| 38 | - $this->response('success', Code::SUCCESS, $text); | 38 | + $this->response('success', Code::SUCCESS, ['text' => $text]); |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | /** | 41 | /** |
-
请 注册 或 登录 后发表评论