From f21c057f97742dec58d1aa069d6c8d7b03d17fcd Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 23 Oct 2023 14:37:02 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E4=B8=AD=E7=94=B5=E8=81=94?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=8E=A8=E9=80=81=E5=85=85=E7=94=B5=E7=AB=99?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java index ed26fc1f8..ec4d07415 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/zhongdianlian/service/impl/ZDLServiceImpl.java @@ -131,9 +131,8 @@ public class ZDLServiceImpl implements ZDLService { // 调用中电联平台接口 String url = urlAddress + "notification_stationInfo"; - String jsonStr = JSONObject.toJSONString(info); JSONObject data = new JSONObject(); - data.put("StationInfo", jsonStr); + data.put("StationInfo", info); String jsonString = JSONObject.toJSONString(data); System.out.println("jsonString : " + jsonString);