fix
This commit is contained in:
parent
31aab91654
commit
e5db342f2d
|
@ -205,6 +205,7 @@ func (l *DataTransferLogic) checkAuth(r *http.Request) (isAuth bool, userInfo *a
|
|||
return false, nil
|
||||
}
|
||||
userInfo.UserId = 39
|
||||
userInfo.GuestId = 0
|
||||
return true, userInfo
|
||||
}
|
||||
//白板用户
|
||||
|
|
Loading…
Reference in New Issue
Block a user