Commit 178020b8 by v_vjyjiang

d

parent 33d9ca96
...@@ -11,7 +11,6 @@ class UserService extends ServiceBase { ...@@ -11,7 +11,6 @@ class UserService extends ServiceBase {
} }
async pmgetUserByCode (code) { async pmgetUserByCode (code) {
let ux = await this.cacheManager["CodeCache"].getCache(code); let ux = await this.cacheManager["CodeCache"].getCache(code);
console.log(ux, "by code..................")
return ux; return ux;
} }
async loginApp (appkey, uname) { async loginApp (appkey, uname) {
......
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