From 0c48fc83a980748f51cd9ceba77524bd2353eecf Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 10 May 2025 15:37:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=83=E5=B8=86=E5=A4=A7?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=A7=E6=A8=A1=E5=9E=8B=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=8F=90=E9=97=AE=E6=B6=88=E6=81=AF=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/imService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/imService.go b/service/imService.go index ed57284..3980548 100644 --- a/service/imService.go +++ b/service/imService.go @@ -137,7 +137,7 @@ func WSReceiveMessageServiceV2(modelParam proto.ModelParam, ctx *proto.IMParamCo case proto.ModelTypeQianfan: Qianfan(modelParam, ctx) default: - resErr, resID = errors.New("model not exist"), 0 + resErr, resID = errors.New("model type not exist:"+ctx.ModelType), 0 } return resErr, resID }