From 01cdff851f23714ce07b4e966fcb124f1019c26e Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期五, 07 六月 2024 09:23:40 +0800 Subject: [PATCH] - --- jcdm-main/src/main/java/com/jcdm/main/restful/factoryMes/service/RestfulService.java | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/jcdm-main/src/main/java/com/jcdm/main/restful/factoryMes/service/RestfulService.java b/jcdm-main/src/main/java/com/jcdm/main/restful/factoryMes/service/RestfulService.java index bff26e2..df3fdb3 100644 --- a/jcdm-main/src/main/java/com/jcdm/main/restful/factoryMes/service/RestfulService.java +++ b/jcdm-main/src/main/java/com/jcdm/main/restful/factoryMes/service/RestfulService.java @@ -6,11 +6,21 @@ import org.springframework.web.bind.annotation.RequestParam; public class RestfulService { - public static final String getRealmName = "https://imes-test-group.geelycv-test.com/api/mom-open/restful/aMesSysIntegration"; + public static void main(String[] args) { + String str = "uuuuuu11uuuuuuuuuuuuuuu"; + System.out.println(str.length()); +// getWorkReportResultFeedback() https://imes-uat-group.geelycv-test.com + } - public static final String postRealmName = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/interface"; +// public static final String getRealmName = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/aMesSysIntegration"; +// +// public static final String postRealmName = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/interface"; - public static final String siteCode = "9786"; + public static final String getRealmName = "https://imes-group.geelycv.com/api/mom-open/restful/aMesSysIntegration"; + + public static final String postRealmName = "https://imes-group.geelycv.com/api/mom-open/restful/interface"; + + public static final String siteCode = "3983"; /** * 鐢熶骇宸ュ崟璇锋眰鎺ュ彛 @@ -77,4 +87,5 @@ .execute(); return response.body(); } + //HttpResponse response = HttpRequest.post(url).body(JSONUtil.toJsonStr(vo)).execute(); } -- Gitblit v1.9.3