jd_dreamFactory.js fix

This commit is contained in:
lxk0301
2021-04-09 08:12:57 +08:00
parent 365d68269c
commit 92ef9ecf66

View File

@@ -1588,7 +1588,7 @@ function decrypt(time, stk, type, url) {
const random = '5gkjB6SpmC9s';
$.token = `tk01wcdf61cb3a8nYUtHcmhSUFFCfddDPRvKvYaMjHkxo6Aj7dhzO+GXGFa9nPXfcgT+mULoF1b1YIS1ghvSlbwhE0Xc`;
$.fingerprint = 5287160221454703;
const str = `${token}${$.fingerprint}${timestamp}${$.appId}${random}`;
const str = `${$.token}${$.fingerprint}${timestamp}${$.appId}${random}`;
hash1 = $.CryptoJS.SHA512(str, token).toString($.CryptoJS.enc.Hex);
}
let st = '';