Commit c01e371c by 王昆

gsb

parent 0175c4a7
......@@ -47,8 +47,8 @@ class UserCtl extends CtlBase {
}
async setLogin(user) {
var xggadminsid = uuidv4();
xggadminsid = "3cb49932-fa02-44f0-90db-9f06fe02e5c7";
var xggadminsid = "pt_" + uuidv4();
xggadminsid = "pt_" + "3cb49932-fa02-44f0-90db-9f06fe02e5c7";
await this.redisClient.setWithEx(xggadminsid, JSON.stringify(user), 60 * 60);
return xggadminsid;
}
......
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