fix
This commit is contained in:
@@ -2,11 +2,11 @@ package ctxdata
|
||||
|
||||
import (
|
||||
"context"
|
||||
"tydata-server/app/main/model"
|
||||
jwtx "tydata-server/common/jwt"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"hm-server/app/main/model"
|
||||
jwtx "hm-server/common/jwt"
|
||||
)
|
||||
|
||||
const CtxKeyJwtUserId = "userId"
|
||||
|
||||
Reference in New Issue
Block a user