fix
This commit is contained in:
parent
b09925dd09
commit
08f222d777
@ -41,6 +41,9 @@ func NewRenderNotifyLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Rend
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *auth.UserInfo) (resp *basic.Response) {
|
func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *auth.UserInfo) (resp *basic.Response) {
|
||||||
|
if req.Image == "" {
|
||||||
|
logx.Info("云渲染错误数据:", req.Code, "=====", req.Msg)
|
||||||
|
}
|
||||||
//统计unity处理数
|
//统计unity处理数
|
||||||
decreaseUnityRequestCount(req.UserId, req.GuestId)
|
decreaseUnityRequestCount(req.UserId, req.GuestId)
|
||||||
logx.Info("=====收到unity返回的渲染结果消息======")
|
logx.Info("=====收到unity返回的渲染结果消息======")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user