Commit 77e88e0a by 蒋勇

log

parent 5a11d9bf
......@@ -233,6 +233,8 @@ module.exports = function (app) {
const appcode = req.headers && req.headers.appcode;
let sourceHost = APPCODENUM[appcode] || "baidu";
console.log(">>>>>>>>>>>>>>>>>>>>.................",sourceHost)
console.log(">>>>>>>>>>>>>>>>>>>>.................",req.headers)
console.log(">>>>>>>>>>>>>>>>>>>>.................",req.headers.appcode)
if (sourceHost in channelCache) {
channel = channelCache[sourceHost];
} else {
......
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