fix
This commit is contained in:
parent
ca24f9db30
commit
ba9cb470a6
|
@ -47,7 +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)
|
||||
//logx.Info("任务时间:", info.RenderBeginTime, "服务器启动时间:", serverStartTime)
|
||||
//统计unity处理数
|
||||
decreaseUnityRequestCount(req.UserId, req.GuestId)
|
||||
if req.Code != 0 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user