mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -240,4 +240,11 @@ public class HttpRequestTest {
|
||||
final HttpRequest a = HttpRequest.post("https://hutool.cn/").form("a", 1);
|
||||
Console.log(a.toString());
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void issueI5Y68WTest() {
|
||||
final HttpResponse httpResponse = HttpRequest.get("http://82.157.17.173:8100/app/getAddress").execute();
|
||||
Console.log(httpResponse.body());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user