From a4e14baff475bd94a965e33f31822e6bb3486766 Mon Sep 17 00:00:00 2001 From: sez Date: Wed, 5 Nov 2025 14:11:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc123/cloud/app/eip/iscb/impl/LCLogServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lc123/cloud/app/eip/iscb/impl/LCLogServiceImpl.java b/lc123/cloud/app/eip/iscb/impl/LCLogServiceImpl.java index d143153..abdf4f8 100644 --- a/lc123/cloud/app/eip/iscb/impl/LCLogServiceImpl.java +++ b/lc123/cloud/app/eip/iscb/impl/LCLogServiceImpl.java @@ -48,7 +48,7 @@ public class LCLogServiceImpl implements LCLogService { if (response == null || response.length() <= 255) { apiLog.set("tqq9_response", response); } else { - String resSub = request.substring(0, 254); + String resSub = response.substring(0, 254); apiLog.set("tqq9_response", resSub); apiLog.set("tqq9_response_tag", response); }