From 37f2e4e68c0d55e094981fa478fc198b907f87dc Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 20 七月 2024 16:30:13 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/config/PhoneUtils.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/config/PhoneUtils.java b/smartor/src/main/java/com/smartor/config/PhoneUtils.java index 07a7497..bb831a5 100644 --- a/smartor/src/main/java/com/smartor/config/PhoneUtils.java +++ b/smartor/src/main/java/com/smartor/config/PhoneUtils.java @@ -295,7 +295,7 @@ String responseBody = null; try { responseBody = new String(stringHttpEntity.getBody().getBytes("ISO-8859-1"), "UTF-8"); - System.out.println(responseBody); + System.out.println("鐢佃瘽淇℃伅杩斿洖 : " + responseBody); } catch (UnsupportedEncodingException e) { e.printStackTrace(); } -- Gitblit v1.9.3