This commit is contained in:
laodaming 2023-11-02 12:21:28 +08:00
parent afbf183b97
commit ca24f9db30

View File

@ -47,6 +47,7 @@ func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *a
return resp.SetStatusWithMessage(basic.CodeRequestParamsErr, "failed to parse param taskId !!!!")
}
if info.RenderBeginTime > serverStartTime {
logx.Info("任务时间:", info.RenderBeginTime, "服务器启动时间:", serverStartTime)
//统计unity处理数
decreaseUnityRequestCount(req.UserId, req.GuestId)
if req.Code != 0 {