From 1c734b9d75eb309c75c4a5206a55886ac34fa740 Mon Sep 17 00:00:00 2001 From: qushutong <1976590620@qq.com> Date: Thu, 22 Aug 2024 09:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/epmet/commons/tools/utils/api/yt/YantaiApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/utils/api/yt/YantaiApi.java b/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/utils/api/yt/YantaiApi.java index deb99f270b..540596387b 100644 --- a/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/utils/api/yt/YantaiApi.java +++ b/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/utils/api/yt/YantaiApi.java @@ -202,7 +202,7 @@ public class YantaiApi { Result result = HttpClientManager.getInstance().sendGet(url, paramMap, headerMap); if (!result.success() || StringUtils.isBlank(result.getData())) { log.info("getUserByOuGuid fail result:{}", JSON.toJSONString(result)); - throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "获取token为空", "获取token为空"); + throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "获取token为空"+JSON.toJSONString(result), "获取token为空"+JSON.toJSONString(result)); } log.info("getUserByOuGuid request result:{}", result); JSONObject jsonObject = JSONObject.parseObject(result.getData());