Commit 643fba61 by 宋毅

tj

parent c1f5a9e6
......@@ -47,9 +47,9 @@ module.exports = function (app) {
req.classname = classPath;
params.push(gname);
params.push(methodName);
params.push(req.body);
params.push(methodName);
params.push(req.query);
params.push(req.body);
params.push(req);
var p = null;
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