mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-14 13:13:51 +08:00
发布v2.6.10版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -7,6 +7,6 @@ package consts
|
||||
|
||||
// cache
|
||||
const (
|
||||
CacheJwtToken = "jwt_token:" // JWT-token
|
||||
CacheJwtUserBind = "jwt_user_bind:" // JWT-用户身份绑定
|
||||
CacheToken = "token" // 登录token
|
||||
CacheTokenBind = "token_bind" // 登录用户身份绑定
|
||||
)
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
|
||||
package consts
|
||||
|
||||
import "github.com/gogf/gf/v2/text/gstr"
|
||||
import (
|
||||
"github.com/gogf/gf/v2/text/gstr"
|
||||
)
|
||||
|
||||
// 错误解释
|
||||
const (
|
||||
|
||||
@@ -7,5 +7,5 @@ package consts
|
||||
|
||||
// VersionApp HotGo版本
|
||||
const (
|
||||
VersionApp = "2.6.7"
|
||||
VersionApp = "2.6.10"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user