Commit cd9bf680 by YKai

feat:代码优化

parent f360d40e
......@@ -25,7 +25,6 @@ public class EncryptionParams {
// .collect(Collectors.joining()).trim()
// .concat();
String sign = ("path"+path+"timestamp"+timestamp+"version1.0.0").concat(HttpConfig.Companion.getENCRYPTION_APP_SECRET());
LogUtil.e("sign",sign);
sign = MD5Util.md5(sign).toUpperCase();
return sign;
}
......
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