update
This commit is contained in:
@@ -1521,8 +1521,8 @@ function jsonParse(str) {
|
|||||||
function decrypt(time, stk, type) {
|
function decrypt(time, stk, type) {
|
||||||
if (stk) {
|
if (stk) {
|
||||||
const random = 'pmUmA8IyRcDp';
|
const random = 'pmUmA8IyRcDp';
|
||||||
const token = `tk01wd5f01c58a8nekZxK1IwSm5St6zzPArjBtWbW5WBscsrXLTOOu7Ogq0jKd3RkQJah4XVLGS9oiKNBo+s1/vK6ZMT`;
|
const token = ``;
|
||||||
const fingerprint = 1126982714367161;
|
const fingerprint = 8410347712257161;
|
||||||
const timestamp = new Date(time).Format("yyyyMMddhhmmssS");
|
const timestamp = new Date(time).Format("yyyyMMddhhmmssS");
|
||||||
const appId = 10001;
|
const appId = 10001;
|
||||||
const str = `${token}${fingerprint}${timestamp}${appId}${random}`;
|
const str = `${token}${fingerprint}${timestamp}${appId}${random}`;
|
||||||
|
Reference in New Issue
Block a user