smart-starter-http/src/main/java/com/qianwen/core/http/HttpRequest.java
@@ -66,7 +66,7 @@ private CookieJar cookieJar; @Nullable private EventListener eventListener; private final List<Interceptor> interceptors = new ArrayList(); private final List<Interceptor> interceptors = new ArrayList<>(); @Nullable private Authenticator authenticator; @Nullable