Skip to content

Commit

Permalink
[3.1] Update secret password
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Oct 2, 2019
1 parent cfdde44 commit 57a70aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public interface JsonCallback {
}

private String sign(String signature, long timestamp) {
String password = "bmllX21hX3Rha19sYXR3bw=="+ BuildConfig.VERSION_CODE + timestamp;
String password = "Y3plZ29fdHVfc3p1a2Fzeg=="+ BuildConfig.VERSION_CODE + timestamp;
return Utils.HmacMD5(password, signature);
}

Expand Down

0 comments on commit 57a70aa

Please sign in to comment.