Commit b8115c58 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 116df773 7c9dd4b5
...@@ -417,7 +417,7 @@ module.exports = function (app) { ...@@ -417,7 +417,7 @@ module.exports = function (app) {
return; return;
} }
console.log(req.originalUrl, "sy-------------------------------00001---yy"); console.log(req.originalUrl, "sy-------------------------------00001---yy");
console.log(req.body,"sy------------------------00002---yy") console.log(JSON.stringify(req.body),"sy------------------------00002---yy")
if (PDICT.apiAliSendKeyPathList.indexOf(req.originalUrl) >= 0) { if (PDICT.apiAliSendKeyPathList.indexOf(req.originalUrl) >= 0) {
//验证数据key //验证数据key
var appkey = req.headers["appkey"] || ""; var appkey = req.headers["appkey"] || "";
......
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