正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -401,7 +401,7 @@ class InquiryForwardLogic extends BaseLogic | @@ -401,7 +401,7 @@ class InquiryForwardLogic extends BaseLogic | ||
| 401 | $text = Translate::tran($text, $lang); | 401 | $text = Translate::tran($text, $lang); |
| 402 | } | 402 | } |
| 403 | 403 | ||
| 404 | - return $this->success(['ai_message' => Common::deal_str($text)]); | 404 | + return $this->success(['ai_message' => str_replace('<br/>', PHP_EOL, Common::deal_str($text))]); |
| 405 | } | 405 | } |
| 406 | 406 | ||
| 407 | /** | 407 | /** |
-
请 注册 或 登录 后发表评论