Commit a7e64a61 by linboxuan

0727 AppTokenByHostsCache log

parent b0edf344
......@@ -231,7 +231,7 @@ module.exports = function (app) {
var cacheManager = system.getObject("db.common.cacheManager");
// 2020 0727 lin新增 增加验证token打印日志
console.log("验证token------------------------",token)
console.log("req.body-------------------------",req.body.actionBody)
console.log("req.body-------------------------",req.body)
var result = await cacheManager["AppTokenByHostsCache"].getCache(token, system.exTime);
console.log("验证token返回结果------------------------",result)
if (result.status != 0) {
......
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