Skip to content

Commit 9927c9e

Browse files
committed
加入提现成功提示,并且停止脚本
1 parent 2b5a374 commit 9927c9e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

JDDOG/JDCC/jdcctxcode.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ function getCash() {
7272
data = JSON.parse(data);
7373
const code = data.data.bizCode
7474
switch (code) {
75+
case 0:
76+
console.log("提现成功!🎉");
77+
$.msg($.name, '', `城城提现成功🎉:${code}`);
78+
$.done();
79+
break;
7580
case -525:
7681
console.log("提现失败!❌");
7782
break;
@@ -83,6 +88,8 @@ function getCash() {
8388
$.log(`\n‼️${resp.statusCode}[调试log]:${resp.body}`);
8489
$.msg($.name, '', `城城提现成功🎉:${code}`);
8590

91+
92+
8693
}
8794
}
8895
}

0 commit comments

Comments
 (0)