fix token
This commit is contained in:
parent
53ae309348
commit
92a44fb645
|
@ -14,8 +14,6 @@ var (
|
|||
|
||||
func InitJwtAuthenticator(verifyFunc func(*gin.Context, string) error) {
|
||||
DefaultJwtAuthenticator = func(ctx *gin.Context) {
|
||||
return
|
||||
|
||||
//1.获取token
|
||||
baseRequest, ok := ctx.MustGet("client_req").(base.BaseRequestAccessible)
|
||||
if !ok {
|
||||
|
|
Loading…
Reference in New Issue