mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix url path bug
This commit is contained in:
@@ -318,4 +318,11 @@ public class HttpUtilTest {
|
||||
final String s = HttpUtil.get(url);
|
||||
Console.log(s);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void sinajsTest(){
|
||||
final String s = HttpUtil.get("http://hq.sinajs.cn/list=sh600519");
|
||||
Console.log(s);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user