This commit is contained in:
laodaming 2023-08-28 10:44:19 +08:00
parent 48ddc3eb98
commit 447f84ec6d

View File

@ -209,6 +209,9 @@ func (l *DataTransferLogic) checkAuth(r *http.Request) (isAuth bool, userInfo *a
logx.Error(err)
return false, nil
}
//todo 对接登录后要删除
userInfo.UserId = 39
userInfo.GuestId = 0
return true, userInfo
}
//白板用户