mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-07 17:53:42 +08:00
refactor: chat role manage for admin is ready
This commit is contained in:
@@ -4,4 +4,3 @@ const SessionName = "ChatGPT-TOKEN"
|
||||
const SessionUser = "SESSION_USER" // 存储用户信息的 session key
|
||||
const SessionAdmin = "SESSION_ADMIN" //存储管理员信息的 session key
|
||||
const LoginUserCache = "LOGIN_USER_CACHE" // 已登录用户缓存
|
||||
const AdminUserCache = "ADMIN_USER_CACHE" // 管理员用户信息缓存
|
||||
|
||||
Reference in New Issue
Block a user