Commit c32d7631 by 王昆

gsb

parent d0bfbc20
......@@ -47,7 +47,7 @@ class UserCtl extends CtlBase {
// user.loginsid = "jfs_" + "3cb49932-fa02-44f0-90db-9f06fe02e5c7";
// user.subsid = "sub_" + "3cb49932-fa02-44f0-90db-9f06fe02e5c7";
// }
loginsid = "saasp_" + "2cb49932-fa02-44f0-90db-9f06fe02e5c7";
// loginsid = "saasp_" + "2cb49932-fa02-44f0-90db-9f06fe02e5c7";
await this.redisClient.setWithEx(loginsid, JSON.stringify(user), 60 * 60 * 5);
return loginsid;
}
......
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