From 79c64f15f147e009e9c64222e77261a82187ca1e Mon Sep 17 00:00:00 2001 From: wj <1285151836@qq.com> Date: Fri, 5 May 2023 19:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=9C=B0=E5=9D=80=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/api/http/sync/SpGetHttpClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/http/sync/SpGetHttpClient.java b/src/main/java/com/glxp/api/http/sync/SpGetHttpClient.java index fe7654fd8..f85f07bda 100644 --- a/src/main/java/com/glxp/api/http/sync/SpGetHttpClient.java +++ b/src/main/java/com/glxp/api/http/sync/SpGetHttpClient.java @@ -244,7 +244,7 @@ public class SpGetHttpClient { } public BaseResponse testConnect() { - String response = okHttpCli.doGet(getIpUrl() + "udispsync/sync/testConnection"); + String response = okHttpCli.doGet(getIpUrl() + "/udispsync/sync/testConnection"); try { BaseResponse data = JSONObject.parseObject(response, new TypeReference>() {