This commit is contained in:
zengqiao
2020-11-08 16:00:15 +08:00
parent daee57167b
commit 7f5bbe8b5f
2 changed files with 18 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ public class HttpUtils {
private static int CONNECT_TIME_OUT = 15000;
// 读取超时时间, 单位: ms
private static int READ_TIME_OUT = 2000;
private static int READ_TIME_OUT = 3000;
private static final String METHOD_GET = "GET";
private static final String METHOD_POST = "POST";