This commit is contained in:
laodaming 2023-08-24 18:09:00 +08:00
parent 04ffa3cf9c
commit 31aab91654

View File

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