This commit is contained in:
laodaming 2023-08-24 11:03:46 +08:00
parent db315accee
commit 002444ff82

View File

@ -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