fix
This commit is contained in:
parent
db315accee
commit
002444ff82
|
@ -207,7 +207,7 @@ func (l *DataTransferLogic) checkAuth(r *http.Request) (isAuth bool, userInfo *a
|
|||
return false, nil
|
||||
}
|
||||
userInfo.UserId = 39
|
||||
userInfo.GuestId = 39
|
||||
userInfo.GuestId = 0
|
||||
return true, userInfo
|
||||
}
|
||||
return false, nil
|
||||
|
|
Loading…
Reference in New Issue
Block a user