diff --git a/server/websocket/internal/logic/rendernotifylogic.go b/server/websocket/internal/logic/rendernotifylogic.go index 7b36a5a2..b31b0b36 100644 --- a/server/websocket/internal/logic/rendernotifylogic.go +++ b/server/websocket/internal/logic/rendernotifylogic.go @@ -38,7 +38,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("收到unity返回消息----") + logx.Info("=====收到unity返回的渲染结果消息======") req.TaskId = strings.Trim(req.TaskId, " ") if req.TaskId == "" { logx.Error("渲染回调参数错误:任务标识")