|
...
|
...
|
@@ -219,7 +219,7 @@ class InquiryForwardLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function aiRewrite()
|
|
|
|
{
|
|
|
|
$ai_command = AiCommand::where('key', ' inquiry_text_rewrite')->value('ai');
|
|
|
|
$ai_command = AiCommand::where('key', 'inquiry_text_rewrite')->value('ai');
|
|
|
|
if (!$ai_command) {
|
|
|
|
$this->fail('AI重写指令未配置');
|
|
|
|
}
|
...
|
...
|
|