We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e73b74 commit cb190c2Copy full SHA for cb190c2
1 file changed
Task/QQread.js
@@ -160,8 +160,9 @@ function all(){
160
{ (function(i) {
161
setTimeout(function() {
162
163
- if (i==0)
+ if (i==0)
164
QQreadinfo();//用户名
165
+
166
else if (i==1)
167
QQreadtask();//任务列表
168
@@ -201,9 +202,7 @@ return new Promise((resolve, reject) => {
201
202
const toQQreadinfourl = {
203
204
url: 'https://commontgw6.reader.qq.com/v7_5_2/nativepage/getAcctInfo',
-
205
- headers: JSON.parse(QQreadheaderVal),
206
+ headers: JSON.parse(QQreadheaderVal),
207
timeout:60000};
208
$.get(toQQreadinfourl,(error, response, data) =>{
209
if(logs) $.log(`${jsname}, 用户名: ${data}`)
0 commit comments