Skip to content

Commit 36d4972

Browse files
committed
远程函数:默认支持从当前请求的全局对象及 Parser 全局缓存取参数值
1 parent 47439d1 commit 36d4972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIJSONORM/src/main/java/apijson/orm/AbstractFunctionParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public AbstractFunctionParser setCurrentObject(@NotNull JSONObject currentObject
162162
* @param <T>
163163
*/
164164
public <T extends Object> T getArgVal(String path) {
165-
return getArgVal(path, false);
165+
return getArgVal(path, true); // 误判概率很小 false);
166166
}
167167
/**根据路径取值
168168
* @param path

0 commit comments

Comments
 (0)