Skip to content

Commit b0759aa

Browse files
committed
1 parent 998a811 commit b0759aa

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Task/baidu_speed.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
更新时间:2021-02-12 22:50
2+
更新时间:2021-02-14 19:10
33
百度极速版签到任务,使用脚本有黑号严重,请谨慎使用‼️
44
55
赞赏:百度极速邀请码`RW9ZSW 点击链接立得红包,最高100元!https://dwz.cn/Oilv4CJ1`,农妇山泉 -> 有点咸,万分感谢
@@ -213,9 +213,12 @@ function coinexChange() {
213213
function TaskCenter() {
214214
return new Promise((resolve, reject) =>{
215215
$.get(confApi('h5/vaultnew?productid=2&fromcsr=1&system=ios&_format=json'), async(error, resp, data) =>{
216-
try {
216+
try {
217217
let get_tasks = JSON.parse(data);
218-
if(get_tasks.data.uname!=""&&CookieArr.length==1){
218+
if(get_tasks.errno==7){
219+
$.msg($.name, get_tasks.msg, "请更换Cookie后,重试");
220+
return
221+
} else if(get_tasks.data.uname!=""&&CookieArr.length==1){
219222
username = get_tasks.data.uname;
220223
$.setdata(username,'baidu_nick')
221224
}

0 commit comments

Comments
 (0)