|
...
|
...
|
@@ -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;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|