作者 刘锟

update

... ... @@ -49,7 +49,7 @@ class Temp extends Command
public function handle()
{
$this->inquiryAiCheck(17259, 17261);
$this->inquiryAiCheck(17259, 27450);
}
/**
... ... @@ -93,8 +93,8 @@ class Temp extends Command
array_push($forward_list, $against);
}
}
if (empty($ai_message_list)) {
$this->output('询盘ID:' . $inquiry['id'] . ',AI重写询盘内容失败');
if (empty($forward_list)) {
$this->output('询盘ID:' . $inquiry['id'] . ',根据关键词[' . $ai_keyword . ']查询项目着陆页为空');
continue;
}
... ...