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