Skip to content

Commit d3e0987

Browse files
committed
1 parent ad051d7 commit d3e0987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Task/txnews.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function Redpack() {
328328
return new Promise((resolve, reject) => {
329329
setTimeout(()=>{
330330
const cashUrl = {
331-
url: `${TX_HOST}activity/redpack/get?isJailbreak=0&${ID}`,
331+
url: `${TX_HOST}activity/redpack/get?isJailbreak=0&mac=${token}`,
332332
headers: {Cookie:cookieVal,"Content-Type": "application/x-www-form-urlencoded","User-Agent": "QQNews/6.3.40 (iPhone; iOS 14.2; Scale/3.00)"},
333333
body: redbody
334334
}

0 commit comments

Comments
 (0)