Commit 860fce1c by 任晓松

update

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