fix
This commit is contained in:
parent
43e51b076f
commit
8b651e526f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user