Commit cb038ba0 by 任晓松

update

parent 752db6c2
......@@ -245,6 +245,7 @@ module.exports = function (app) {
if (req.originalUrl.indexOf("/action/tmQuery") >= 0 || req.originalUrl.indexOf("/action/tmTools") >= 0) {
req.body.actionProcess="test-code";
req.body.actionBody.appHosts = req.host;
req.body.appInfo ={id:1}
next();
return;
}
......
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