Commit 643fba61 by 宋毅

tj

parent c1f5a9e6
...@@ -48,8 +48,8 @@ module.exports = function (app) { ...@@ -48,8 +48,8 @@ module.exports = function (app) {
params.push(gname); params.push(gname);
params.push(methodName); params.push(methodName);
params.push(req.body);
params.push(req.query); params.push(req.query);
params.push(req.body);
params.push(req); params.push(req);
var p = null; var p = null;
var invokeObj = system.getObject("api." + classPath); var invokeObj = system.getObject("api." + classPath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment