From 08f222d7777358918c37062b34da5f4d1d0a0f2e Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Wed, 1 Nov 2023 16:03:21 +0800 Subject: [PATCH] fix --- server/websocket/internal/logic/rendernotifylogic.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/websocket/internal/logic/rendernotifylogic.go b/server/websocket/internal/logic/rendernotifylogic.go index ae4b6651..2f7cf491 100644 --- a/server/websocket/internal/logic/rendernotifylogic.go +++ b/server/websocket/internal/logic/rendernotifylogic.go @@ -41,6 +41,9 @@ func NewRenderNotifyLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Rend // } func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *auth.UserInfo) (resp *basic.Response) { + if req.Image == "" { + logx.Info("云渲染错误数据:", req.Code, "=====", req.Msg) + } //统计unity处理数 decreaseUnityRequestCount(req.UserId, req.GuestId) logx.Info("=====收到unity返回的渲染结果消息======")