11
This commit is contained in:
parent
b8a6351e72
commit
be72b745f3
|
@ -209,9 +209,6 @@ func (l *DataTransferLogic) checkAuth(r *http.Request) (isAuth bool, userInfo *a
|
||||||
logx.Error(err)
|
logx.Error(err)
|
||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
//todo 对接登录后要删除
|
|
||||||
userInfo.UserId = 39
|
|
||||||
userInfo.GuestId = 0
|
|
||||||
return true, userInfo
|
return true, userInfo
|
||||||
}
|
}
|
||||||
//白板用户
|
//白板用户
|
||||||
|
|
Loading…
Reference in New Issue
Block a user