代码优化

This commit is contained in:
tanghc
2019-07-24 17:01:42 +08:00
parent fb82f27a43
commit 6bc3da3fa8
5 changed files with 113 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ import java.util.concurrent.TimeUnit;
* @author tanghc
*/
public class HttpTool {
private static final String METHOD_GET = "get";
private Map<String, List<Cookie>> cookieStore = new HashMap<String, List<Cookie>>();
private OkHttpClient httpClient;