This commit is contained in:
2024-09-27 10:44:43 +08:00
parent 0ee193348a
commit 65f3511ecb
25 changed files with 1368 additions and 209 deletions
+1
View File
@@ -8,6 +8,7 @@ import (
type Token struct {
UserId string `json:"user_id"` // 用户id
Client int `json:"client"` // 客户端(1:前台 2:后台)
jwt.RegisteredClaims // v5版本新加的方法
}