1111
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
|
||||
type Token struct {
|
||||
UserId string `json:"user_id"` // 用户id
|
||||
Client int `json:"client"` // 客户端(1:前台 2:后台)
|
||||
jwt.RegisteredClaims // v5版本新加的方法
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user