|
...
|
...
|
@@ -401,7 +401,7 @@ class InquiryForwardLogic extends BaseLogic |
|
|
|
$text = Translate::tran($text, $lang);
|
|
|
|
}
|
|
|
|
|
|
|
|
return $this->success(['ai_message' => Common::deal_str($text)]);
|
|
|
|
return $this->success(['ai_message' => str_replace('<br/>', PHP_EOL, Common::deal_str($text))]);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|