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