Skip to content

Commit 906aadf

Browse files
authored
Update QQReadSign.js
1 parent d4502f1 commit 906aadf

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

QQReadSign.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ QQ阅读APP 签到可以获🉐️金币兑换现金
2020
2121
打开软件签到获取ck 签过到可能获取不到ck
2222
23-
⚠️看视频领金币 首页签到 2处获取ck的地方⚠️ 2个主机名
23+
⚠️看视频领金币 账户信息 2处获取ck的地方⚠️ 2个主机名
2424
2525
2626
@@ -113,7 +113,7 @@ console.log(`\n============ 脚本执行时间(TM):${new Date(new Date().getTi
113113
function checkinSign() {
114114
return new Promise((resolve) => {
115115
let Url = {
116-
url : $.getdata('checkinsignurl'),
116+
url : "https://commontgw6.reader.qq.com/v7_5_1/checkin?isresign=0",
117117
headers : JSON.parse($.getdata('checkinheader')),
118118

119119
}
@@ -291,11 +291,10 @@ dd+="【账号信息查询】"+"当前账号"+$.quer.data.coinBalance+"💰金
291291

292292

293293
function qedssign() {
294-
if ($request.url.indexOf("v7_5_1/checkin?") > -1) {
295-
$.setdata($request.url,'checkinsignurl')
294+
if ($request.url.indexOf("getAcctInfo") > -1) {
296295
$.setdata(JSON.stringify($request.headers),'checkinheader')
297296

298-
$.msg($.name,"","[获取签到数据]✅成功")}
297+
$.msg($.name,"","[获取信息数据]✅成功")}
299298

300299
else
301300
if ($request.url.indexOf("watchVideo") > -1) {

0 commit comments

Comments
 (0)