Skip to content

Commit 1c1e82a

Browse files
committed
升级 APIJSON 及自身 8.1.7;APIJSONFunctionParser.init 内部查 Function 不走校验
1 parent ad52011 commit 1c1e82a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.framework</groupId>
77
<artifactId>apijson-framework</artifactId>
8-
<version>8.1.6</version>
8+
<version>8.1.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.github.Tencent</groupId>
4141
<artifactId>APIJSON</artifactId>
42-
<version>8.1.6</version>
42+
<version>8.1.7</version>
4343
</dependency>
4444

4545
<!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->

src/main/java/apijson/framework/APIJSONFunctionParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public static <T, M extends Map<String, Object>, L extends List<Object>> M init(
185185
} // [] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
186186

187187

188-
M response = creator.createParser().setMethod(GET).setNeedVerify(true).parseResponse(request);
188+
M response = creator.createParser().setMethod(GET).setNeedVerify(false).parseResponse(request);
189189
if (! JSONResponse.isSuccess(response)) {
190190
onServerError("\n\n\n\n\n !!!! 查询远程函数异常 !!!\n" + response.get(JSONResponse.KEY_MSG) + "\n\n\n\n\n", shutdownWhenServerError);
191191
}

0 commit comments

Comments
 (0)