Commit cf01e8f5 by 宋毅

修改基类中的传参

parent a87486f8
......@@ -48,8 +48,8 @@ module.exports = function (app) {
params.push(gname);
params.push(methodName);
params.push(req.query);
params.push(req.body);
params.push(req.query);
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