File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
293293function 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
300299else
301300if ( $request . url . indexOf ( "watchVideo" ) > - 1 ) {
You can’t perform that action at this time.
0 commit comments