Commit 0aad78c8 by 王悦

query = body

parent f7d74de1
......@@ -344,7 +344,7 @@ module.exports = function (app) {
req.clientIp = tClientIp;
req.uagent = req.headers["user-agent"];
req.classname = classPath;
req.query= req.body
var params = [];
params.push(gname);
params.push(methodName);
......@@ -371,7 +371,7 @@ module.exports = function (app) {
req.clientIp = tClientIp;
req.uagent = req.headers["user-agent"];
req.classname = classPath;
req.query= req.body
params.push(gname);
params.push(methodName);
params.push(req.query);
......
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