This commit is contained in:
laodaming 2023-08-24 18:11:21 +08:00
parent 31aab91654
commit e5db342f2d

View File

@ -205,6 +205,7 @@ func (l *DataTransferLogic) checkAuth(r *http.Request) (isAuth bool, userInfo *a
return false, nil return false, nil
} }
userInfo.UserId = 39 userInfo.UserId = 39
userInfo.GuestId = 0
return true, userInfo return true, userInfo
} }
//白板用户 //白板用户