Merge branch 'dev' into test

This commit is contained in:
zengxiaobo 2024-05-27 16:52:23 +08:00
commit cb37e73271

View File

@ -77,6 +77,7 @@ public class AxContextInterceptor implements HandlerInterceptor {
try {
result = HTTP_CLIENT.get(url, RequestParams.FormParams.builder()
.headers(ImmutableMap.of("Authorization", authorization))
.logEnable(true)
.build());
} catch (Exception ex) {
log.error("获取登陆信息错误, url = {}, authorization = {}", url, authorization, ex);