From 76db77d4682a85671497fb775e956d8f0617b19a Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Sat, 14 Oct 2023 16:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=98=9F=E7=81=AB=E8=AE=A4?= =?UTF-8?q?=E7=9F=A5=E6=A8=A1=E5=9E=8B=E5=88=86=E6=9E=90=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/job/AiAianalyse.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/job/AiAianalyse.php b/app/job/AiAianalyse.php index fa084f417..3b1bdb1d3 100644 --- a/app/job/AiAianalyse.php +++ b/app/job/AiAianalyse.php @@ -5,6 +5,7 @@ namespace app\job; use app\common\model\informationg\UserInformationg; use think\facade\Db; use think\queue\Job; +use IFlytek\Xfyun\Speech\ChatClient; use WebSocket\Client; use GuzzleHttp\Client as GzClient; use GuzzleHttp\Psr7\Request;