Commit 9cd53b62 by 蒋勇

default ali--baidu 234rows

parent 9b337a9e
......@@ -231,7 +231,7 @@ module.exports = function (app) {
ename: "ename"
}
const appcode = req.headers && req.headers.appcode;
let sourceHost = APPCODENUM[appcode] || "ali";
let sourceHost = APPCODENUM[appcode] || "baidu";
console.log(">>>>>>>>>>>>>>>>>>>>.................",sourceHost)
if (sourceHost in channelCache) {
channel = channelCache[sourceHost];
......
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