Commit 432cf557 authored by 赵啸非's avatar 赵啸非

添加校验

parent 134043df
Pipeline #2838 canceled with stages
......@@ -99,7 +99,7 @@ public class AuthTokenServiceImpl implements IAuthTokenService {
return userEntity;
}
} catch (Exception e) {
log.error("解析jwt token异常!", e);
log.error("解析jwt token异常!", e.getMessage());
return null;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment