Authored by LUOXC

Merge branch 'dev-pay' into test6.9.13

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