mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
代码优化
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user