作者 赵彬吉

update

... ... @@ -35,7 +35,7 @@ class AiCommandController extends BaseController
'remark' => $text
];
$this->set_ai_log($param);
$this->response('success', Code::SUCCESS, $text);
$this->response('success', Code::SUCCESS, ['text' => $text]);
}
/**
... ...