Commit 1285f798 by 蒋勇

d

parent 9b41168a
......@@ -140,6 +140,7 @@ class UserService extends ServiceBase {
if (!consumer.data) {
return null;
} else {
console.log(JSON.stringify(consumer.data))
let password = consumer.data.tags[1].split("_")[1];
let inpassword = this.getEncryptStr(p.password);
if (password != inpassword) {
......
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