This commit is contained in:
laodaming 2023-11-03 16:17:05 +08:00
parent 43e51b076f
commit 8b651e526f

View File

@ -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) {
unityRenderEndTime := time.Now().UTC().UnixMilli()
logx.Info("收到unity返回的渲染消息")
//解析数据
var info websocket_data.ToUnityIdStruct
if err := json.Unmarshal([]byte(req.TaskId), &info); err != nil {