feat: 修复字段判断
This commit is contained in:
parent
b975426dd2
commit
d2e515ecec
@ -83,7 +83,7 @@ public class AxContextInterceptor implements HandlerInterceptor {
|
||||
return JSONObject.parseObject(StringUtils.removeStart(authorization, "Raw "), AxContext.class);
|
||||
}
|
||||
if (authorization.startsWith("Bearer")) {
|
||||
if (Strings.isNullOrEmpty(authorization)) {
|
||||
if (Strings.isNullOrEmpty(supplierHost)) {
|
||||
return null;
|
||||
}
|
||||
String result;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user