fix token

This commit is contained in:
lwl0608 2024-07-19 15:16:45 +08:00
parent 53ae309348
commit 92a44fb645
1 changed files with 0 additions and 2 deletions

View File

@ -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 {