Commit 37f2c730 by 王昆

gsb

parent 9eae2c4a
...@@ -47,11 +47,11 @@ class LDApplet extends AppletBase { ...@@ -47,11 +47,11 @@ class LDApplet extends AppletBase {
} }
} }
// async encrypt(obj, body, req) { async encrypt(obj, body, req) {
// let en = system.encryption(JSON.stringify(body.key)); let en = system.encryption(JSON.stringify(body.key));
// console.log(en); console.log(en);
// return system.getErrResult2(encodeURIComponent(en)) return system.getErrResult2(encodeURIComponent(en))
// } }
async removeLoginCache(uk, sid) { async removeLoginCache(uk, sid) {
await this.redisClient.delete(uk); await this.redisClient.delete(uk);
......
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