mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix http bug
This commit is contained in:
@@ -106,4 +106,11 @@ public class HttpRequestTest {
|
||||
.execute().body();
|
||||
Console.log(res);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void bodyTest(){
|
||||
String ddddd1 = HttpRequest.get("https://baijiahao.baidu.com/s").body("id=1625528941695652600").execute().body();
|
||||
Console.log(ddddd1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user