mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix buf
This commit is contained in:
@@ -204,4 +204,11 @@ public class HttpRequestTest {
|
||||
HttpRequest httpRequest = new HttpRequest(urlBuilder);
|
||||
httpRequest.setMethod(Method.GET).execute();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void get122Test(){
|
||||
String url = "http://122.112.234.240:9007/monitor/devices/real/59312710/all/0";
|
||||
final String s = HttpUtil.get(url);
|
||||
Console.log(s);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user