fix http bug

This commit is contained in:
Looly
2020-03-10 18:05:49 +08:00
parent ae5f8c0efe
commit a569be5c3b
4 changed files with 29 additions and 16 deletions

View File

@@ -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);
}
}