|
|
@ -43,6 +43,7 @@ public class RequestUtils { |
|
|
item.getValue().toString() |
|
|
item.getValue().toString() |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|
|
|
httpcon.setConnectTimeout(6000); |
|
|
httpcon.connect(); |
|
|
httpcon.connect(); |
|
|
//获取返回的字符
|
|
|
//获取返回的字符
|
|
|
InputStream inputStream = httpcon.getInputStream(); |
|
|
InputStream inputStream = httpcon.getInputStream(); |
|
|
|