Commit be78a7a4 authored by tywldx's avatar tywldx

f

parent 4252e9ab
...@@ -152,7 +152,7 @@ app.use(async (ctx, next) => { ...@@ -152,7 +152,7 @@ app.use(async (ctx, next) => {
if (token) { if (token) {
if (session[token] == undefined) { if (session[token] == undefined) {
let info = await requestPromise({ let info = await requestPromise({
url: `http://user.q-gp.com/user/check_token?token=${token}`, url: `http://user.liangkebang.com/user/check_token?token=${token}`,
method: "GET" method: "GET"
}) })
info = JSON.parse(info); info = JSON.parse(info);
......
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