We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8603d2 commit 32adfb9Copy full SHA for 32adfb9
qqread.js
@@ -6,7 +6,7 @@
6
7
11.25 增加 阅读时长上传,阅读金币,阅读随机金币
8
11.25 修复翻倍宝箱不同时领取的问题.增加阅读金币判定
9
-11.25 修复阅读时长问题,请重新获取时长cookie
+11.25 修复阅读时长问题,阅读金币问题,请重新获取时长cookie
10
11
⚠️cookie获取方法:
12
@@ -457,7 +457,7 @@ for(let i=0;i<config.data.pageParams.readTimeTask.length;i++)
457
var ssrid=config.data.pageParams.readTimeTask[i].seconds
458
459
460
-const toqqreadssrurl = {url: `https://mqqapi.reader.qq.com/mqq/red_packet/user/read_time_reward?seconds=${ssrid}`,
+const toqqreadssrurl = {url: `https://mqqapi.reader.qq.com/mqq/red_packet/user/read_time?seconds=${ssrid}`,
461
462
463
headers: JSON.parse(qqreadheaderVal),
0 commit comments