This commit is contained in:
laodaming 2023-08-16 17:36:25 +08:00
parent a422979748
commit 1a0286a1cb

View File

@ -96,5 +96,6 @@ func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *a
ws.sendToOutChan(b)
return true
})
logx.Info("渲染回调成功######################")
return resp.SetStatusWithMessage(basic.CodeOK, "success")
}