Skip to content

Commit cb190c2

Browse files
author
ziye12
authored
Update QQread.js
1 parent 6e73b74 commit cb190c2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Task/QQread.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ function all(){
160160
{ (function(i) {
161161
setTimeout(function() {
162162

163-
if (i==0)
163+
if (i==0)
164164
QQreadinfo();//用户名
165+
165166
else if (i==1)
166167
QQreadtask();//任务列表
167168

@@ -201,9 +202,7 @@ return new Promise((resolve, reject) => {
201202
const toQQreadinfourl = {
202203

203204
url: 'https://commontgw6.reader.qq.com/v7_5_2/nativepage/getAcctInfo',
204-
205-
headers: JSON.parse(QQreadheaderVal),
206-
205+
headers: JSON.parse(QQreadheaderVal),
207206
timeout:60000};
208207
$.get(toQQreadinfourl,(error, response, data) =>{
209208
if(logs) $.log(`${jsname}, 用户名: ${data}`)

0 commit comments

Comments
 (0)