feat: 先去掉
This commit is contained in:
parent
cb37e73271
commit
9bc4b8d281
@ -48,9 +48,9 @@ public class AxContextInterceptor implements HandlerInterceptor {
|
|||||||
AxContext.init();
|
AxContext.init();
|
||||||
|
|
||||||
String authorization = request.getHeader("Authorization");
|
String authorization = request.getHeader("Authorization");
|
||||||
if (!Strings.isNullOrEmpty(authorization) && appRuntime.getEnv() != AppEnvEnum.prd) {
|
// if (!Strings.isNullOrEmpty(authorization) && appRuntime.getEnv() != AppEnvEnum.prd) {
|
||||||
return initByAuthorization(authorization, request);
|
// return initByAuthorization(authorization, request);
|
||||||
}
|
// }
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user