From 6dba8507a7bd3f8899d3f691676fc699ed2d6ce0 Mon Sep 17 00:00:00 2001
From: laodaming <11058467+laudamine@user.noreply.gitee.com>
Date: Thu, 17 Aug 2023 16:11:09 +0800
Subject: [PATCH] fix

---
 server/websocket/internal/logic/rendernotifylogic.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/websocket/internal/logic/rendernotifylogic.go b/server/websocket/internal/logic/rendernotifylogic.go
index 58b9ffeb..c05db381 100644
--- a/server/websocket/internal/logic/rendernotifylogic.go
+++ b/server/websocket/internal/logic/rendernotifylogic.go
@@ -40,6 +40,7 @@ func NewRenderNotifyLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Rend
 // }
 
 func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *auth.UserInfo) (resp *basic.Response) {
+	logx.Info("收到渲染回调数据:", *req)
 	if req.TaskId == "" {
 		return resp.SetStatusWithMessage(basic.CodeRequestParamsErr, "invalid param task_id")
 	}