Commit 3d1643fa by 任晓松

update

parent 860fce1c
...@@ -383,8 +383,8 @@ class OpPlatformUtils { ...@@ -383,8 +383,8 @@ class OpPlatformUtils {
if (!str) { if (!str) {
throw new Error("字符串不能为空"); throw new Error("字符串不能为空");
} }
var md5 = md5(str + "_" + settings.salt); var pwd = this.md5(str + "_" + settings.salt);
return md5.toString().toLowerCase(); return pwd.toString().toLowerCase();
} }
/** /**
* 通过手机验证码修改用户密码,前端修改后要移除掉userpin让用户进行重新登录 * 通过手机验证码修改用户密码,前端修改后要移除掉userpin让用户进行重新登录
......
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