From 5f0868e7d840b526afcddd210b11ae9f6bd998fd Mon Sep 17 00:00:00 2001 From: wangxianzhang Date: Thu, 17 Mar 2022 17:39:44 +0800 Subject: [PATCH] =?UTF-8?q?fastjson=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=88=B01.2.79?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-cloud-generator/pom.xml | 2 +- epmet-commons/epmet-commons-extapp-auth/pom.xml | 2 +- epmet-commons/epmet-commons-tools/pom.xml | 2 +- .../java/com/epmet/test/openapi/TestTakeTokenOpenApi.java | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/epmet-cloud-generator/pom.xml b/epmet-cloud-generator/pom.xml index 107e07be28..9077dca049 100644 --- a/epmet-cloud-generator/pom.xml +++ b/epmet-cloud-generator/pom.xml @@ -24,7 +24,7 @@ 2.6 2.5 1.10 - 1.2.45 + 1.2.79 1.7 5.1.38 4.0 diff --git a/epmet-commons/epmet-commons-extapp-auth/pom.xml b/epmet-commons/epmet-commons-extapp-auth/pom.xml index d6683ae51d..8ff0d46ada 100644 --- a/epmet-commons/epmet-commons-extapp-auth/pom.xml +++ b/epmet-commons/epmet-commons-extapp-auth/pom.xml @@ -20,7 +20,7 @@ 4.6.1 4.4.0 2.9.9 - 1.2.60 + 1.2.79 2.8.6 1.11.3 1.18.4 diff --git a/epmet-commons/epmet-commons-tools/pom.xml b/epmet-commons/epmet-commons-tools/pom.xml index cafd5f7023..c551a68db1 100644 --- a/epmet-commons/epmet-commons-tools/pom.xml +++ b/epmet-commons/epmet-commons-tools/pom.xml @@ -20,7 +20,7 @@ 4.6.1 4.4.0 2.9.9 - 1.2.60 + 1.2.79 2.8.6 1.11.3 1.18.4 diff --git a/epmet-module/epmet-demo/epmet-demo-server/src/test/java/com/epmet/test/openapi/TestTakeTokenOpenApi.java b/epmet-module/epmet-demo/epmet-demo-server/src/test/java/com/epmet/test/openapi/TestTakeTokenOpenApi.java index c07080e687..7f6bf1572c 100644 --- a/epmet-module/epmet-demo/epmet-demo-server/src/test/java/com/epmet/test/openapi/TestTakeTokenOpenApi.java +++ b/epmet-module/epmet-demo/epmet-demo-server/src/test/java/com/epmet/test/openapi/TestTakeTokenOpenApi.java @@ -27,8 +27,8 @@ public class TestTakeTokenOpenApi { @Test public void testIt() throws Exception { String accessToken = getAccessToken(); - //execBusinessWithSign(accessToken); - execBusinessWithoutSign(accessToken); + execBusinessWithSign(accessToken); + //execBusinessWithoutSign(accessToken); } @@ -87,7 +87,7 @@ public class TestTakeTokenOpenApi { // 业务参数 JsonObject bizParam = new JsonObject(); - bizParam.addProperty("orgId", "3"); + bizParam.addProperty("orgId", orgId); bizParam.addProperty("test", test); // 发送请求