Authored by LUOXC

Merge branch 'dev-pay' into test6.9.13

... ... @@ -69,7 +69,7 @@ public class HttpClient {
}
}
}, "http-client-builder").start();
}, "http-client-builder-" + this.getClass().getSimpleName()).start();
}
public CloseableHttpClient buildHttpClient() throws Exception {
... ...