From 84157ed63e37c7834898a3d69d88b7ec5deb5fdd Mon Sep 17 00:00:00 2001 From: dzq Date: Thu, 12 Jun 2025 08:59:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E8=B5=84=E4=BA=A7=E6=B6=88?= =?UTF-8?q?=E8=B4=B9=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=BA=BF=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/agileboot/domain/asset/AssetApplicationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agileboot-domain/src/main/java/com/agileboot/domain/asset/AssetApplicationService.java b/agileboot-domain/src/main/java/com/agileboot/domain/asset/AssetApplicationService.java index f1277a5..e3cf44c 100644 --- a/agileboot-domain/src/main/java/com/agileboot/domain/asset/AssetApplicationService.java +++ b/agileboot-domain/src/main/java/com/agileboot/domain/asset/AssetApplicationService.java @@ -243,7 +243,7 @@ public class AssetApplicationService { // 2.发送POST请求 log.info("consumeOutput 请求参数: {}", JSONUtil.toJsonStr(request)); - String res = HttpUtil.post("http://192.168.8.33:8090/api/receive/cabinet/consume/output", JSONUtil.toJsonStr(request)); + String res = HttpUtil.post("https://kvkk.cn/api/receive/cabinet/consume/output", JSONUtil.toJsonStr(request)); log.info("consumeOutput 接口响应: {}", res); ConsumeOutputResponse response = JSONUtil.toBean(res, ConsumeOutputResponse.class);