Commit 053858c5 by 任晓松

update

parent 0ef2e4b2
...@@ -244,13 +244,6 @@ module.exports = function (app) { ...@@ -244,13 +244,6 @@ module.exports = function (app) {
next(); next();
return; return;
} }
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;
}
if (req.body.actionType == "receiveCallBackNotify") { if (req.body.actionType == "receiveCallBackNotify") {
req.body.actionBody.app_hosts = req.host; req.body.actionBody.app_hosts = req.host;
next(); next();
......
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