revert: 删除多余代码

This commit is contained in:
wangjiahao 2022-07-19 15:59:01 +08:00
parent 2af01a0667
commit 4f71820484

View File

@ -64,13 +64,6 @@ public class HttpClientUtil {
throw new RuntimeException("HttpClient构建失败", e);
}
}
public static void main(String[] args) {
String url = "http://123.56.8.132:8090/upload/2022/04/%E9%99%88%E7%BA%AA%E5%85%89-%E6%B5%B7%E9%80%9A%E8%AF%81%E5%8A%B5%E6%A1%8C%E9%9D%A2%E4%BA%91%E5%A4%A7%E5%B1%8F-TEMPLATE.DET";
String info = get(url,null);
System.out.println("=="+info);
}
/**
* Get http请求
*