提交 3b655800 authored 作者: 姜武杰's avatar 姜武杰

测试连接请求

上级 39254a46
......@@ -99,7 +99,7 @@ public class TempController {
// 多线程调用 HttpsUtils 请求 百度
new Thread(() -> {
try {
HttpsUtils.doPost("https://www.bing.com", null, 30000, 50000);
HttpsUtils.doPost("https://www.bing.com", "a=" + System.currentTimeMillis(), 30000, 50000);
} catch (Exception e) {
log.info(e.getMessage(), e);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论