Commit b6cf5625 by v_vjyjiang

d

parent a0283552
......@@ -18,8 +18,8 @@ module.exports = function (app) {
res.end("没有公司宝的租户companykey,请联系资质宝服务提供方")
return
}
let cooktoken = req.cookies["token"]
let tv = cooktoken.split(' ')[1]
let cooktoken = req.cookies["accessToken"]
let tv = cooktoken
try {
......
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