Commit b1e39a10 by 任晓松

update

parent 3d1643fa
...@@ -383,7 +383,7 @@ class OpPlatformUtils { ...@@ -383,7 +383,7 @@ class OpPlatformUtils {
if (!str) { if (!str) {
throw new Error("字符串不能为空"); throw new Error("字符串不能为空");
} }
var pwd = this.md5(str + "_" + settings.salt); var pwd = md5(str + "_" + settings.salt);
return pwd.toString().toLowerCase(); return pwd.toString().toLowerCase();
} }
/** /**
......
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