提交 2a14f862 编写于 作者: O o2null

Merge branch 'invoke接口支持get方法支持参数传递' into 'develop'

invoke接口支持get方法支持参数传递

See merge request o2oa/o2oa!206
......@@ -151,7 +151,7 @@ public class InvokeAction extends StandardJaxrsAction {
if(StringUtils.isBlank(params)){
params = "{}";
}
JsonElement jsonElement = XGsonBuilder.instance().fromJson("{}", JsonElement.class);
JsonElement jsonElement = XGsonBuilder.instance().fromJson(params, JsonElement.class);
result = new ActionExecute().execute(request, effectivePerson, flag, jsonElement);
} catch (Exception e) {
logger.error(e, effectivePerson, request, null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册