fix
This commit is contained in:
parent
df73e8d5ce
commit
66f82a44ea
|
@ -124,7 +124,7 @@ func RequestParse(w http.ResponseWriter, r *http.Request, svcCtx any, LogicReque
|
|||
userinfo, err := ParseJwtToken(r, svcCtx)
|
||||
if err != nil {
|
||||
httpx.OkJsonCtx(r.Context(), w, &Response{
|
||||
Code: 510,
|
||||
Code: 401,
|
||||
Message: err.Error(),
|
||||
})
|
||||
return nil, err
|
||||
|
|
Loading…
Reference in New Issue
Block a user