From 6efa4e840f930572dfa5d0f384e3dc11e97a477e Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Wed, 27 Jan 2021 19:56:07 +0800 Subject: [PATCH] update --- jd_dreamFactory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_dreamFactory.js b/jd_dreamFactory.js index 24f74c85..7243583a 100644 --- a/jd_dreamFactory.js +++ b/jd_dreamFactory.js @@ -1521,8 +1521,8 @@ function jsonParse(str) { function decrypt(time, stk, type) { if (stk) { const random = 'pmUmA8IyRcDp'; - const token = `tk01wd5f01c58a8nekZxK1IwSm5St6zzPArjBtWbW5WBscsrXLTOOu7Ogq0jKd3RkQJah4XVLGS9oiKNBo+s1/vK6ZMT`; - const fingerprint = 1126982714367161; + const token = ``; + const fingerprint = 8410347712257161; const timestamp = new Date(time).Format("yyyyMMddhhmmssS"); const appId = 10001; const str = `${token}${fingerprint}${timestamp}${appId}${random}`;