Skip to content

Commit ea27626

Browse files
committed
sync
1 parent c96a482 commit ea27626

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

DKDVIDEO/dkdvideo.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,11 +1074,10 @@ async function dkdtx50() {
10741074
} else {
10751075
if (safeGet(data)) {
10761076
if (logs == 1) $.log(data)
1077-
$.log(data)
10781077
data = JSON.parse(data);
10791078
if (data.status_code == 200) {
10801079
$.log(`【自动提现50元】:成功提现🎉`);
1081-
} else if (result.status_code == 10020) {
1080+
} else if (data.status_code == 10020) {
10821081
$.log(`【自动提现50元】:${data.message}🚫`);
10831082
}
10841083
}
@@ -1107,11 +1106,10 @@ async function dkdtx01() {
11071106
} else {
11081107
if (safeGet(data)) {
11091108
if (logs == 1) $.log(data)
1110-
$.log(data)
11111109
data = JSON.parse(data);
11121110
if (data.status_code == 200) {
11131111
$.log(`【自动提现1元】:成功提现🎉`);
1114-
} else if (result.status_code == 10020) {
1112+
} else if (data.status_code == 10020) {
11151113
$.log(`【自动提现1元】:${data.message}🚫`);
11161114
}
11171115
}

WLAPP/readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
【BOXJS】: https://raw.githubusercontent.com/CenBoMin/GithubSync/main/cenbomin.box.json
88
【下载APP】: http://wlsub.ccdy.cn/7gBTVl9lKe6
9-
【邀请码】: 9426520(脚本有验证邀请码机制,请勿随意更改或者散布)
9+
【邀请码】: 9426520
1010
【定时cron】: */8 */1 * * *
1111
【脚本JS】:https://raw.githubusercontent.com/CenBoMin/GithubSync/main/WLAPP/wlapp.js
1212
【重写引用conf】:https://raw.githubusercontent.com/CenBoMin/GithubSync/main/WLAPP/cookie.conf

0 commit comments

Comments
 (0)