Merge branch 'dev' into test
This commit is contained in:
commit
cb37e73271
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user