This commit is contained in:
孟帅
2023-05-12 16:20:22 +08:00
parent f30fd885be
commit 9198a53584
52 changed files with 982 additions and 834 deletions

View File

@@ -7,6 +7,6 @@ package consts
// cache
const (
CacheJwtToken = "jwt_token:" // JWT-token
CacheJwtUserBind = "jwt_user_bind:" // JWT-用户身份绑定
CacheToken = "token" // 登录token
CacheTokenBind = "token_bind" // 登录用户身份绑定
)