From a42c2cf6f4291999d44e8452fb1fa7e7476fec9e Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Wed, 18 Oct 2023 08:20:05 +0800 Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B410=E6=9C=8818=E6=97=A5=20=E6=99=BA?= =?UTF-8?q?=E6=85=A7=E6=95=99=E5=AE=A4=E5=A2=9E=E5=8A=A0=E6=95=99=E5=AD=A6?= =?UTF-8?q?=E6=A5=BC=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/httpinterface/controller/httpController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-module-main/src/main/java/org/jeecg/modules/httpinterface/controller/httpController.java b/jeecg-module-main/src/main/java/org/jeecg/modules/httpinterface/controller/httpController.java index ac7df41b..a3665884 100644 --- a/jeecg-module-main/src/main/java/org/jeecg/modules/httpinterface/controller/httpController.java +++ b/jeecg-module-main/src/main/java/org/jeecg/modules/httpinterface/controller/httpController.java @@ -4,9 +4,9 @@ import cn.hutool.core.convert.Convert; import cn.hutool.core.net.url.UrlBuilder; import cn.hutool.core.util.CharsetUtil; import cn.hutool.crypto.SecureUtil; +import cn.hutool.http.HttpUtil; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.google.common.collect.Maps; -import com.xkcoding.http.HttpUtil; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.extern.slf4j.Slf4j; @@ -115,7 +115,7 @@ public class httpController extends JeecgController { .build(); // String res = HttpUtil.get("http://live555.com/liveMedia/#config-windows"); log.info(buildUrl); - String res = HttpUtil.get("http://localhost:8090/jeecg-boot/sys/getLoginQrcode?action=9&command=1&user=admin&pwsd=21232f297a57a5a743894a0e4a801fc3&data=6c6976655f736574506172616d5f656e61626c653d31"); + String res = HttpUtil.get("http://localhost:8090/jeecg-boot/sys/getLoginQrcode?action=9&command=1&user=admin&pwsd=21232f297a57a5a743894a0e4a801fc3&data=6c6976655f736574506172616d5f656e61626c653d30"); log.info("奥威亚返回接口内容:" + res); } }