We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5a374 commit 9927c9eCopy full SHA for 9927c9e
1 file changed
JDDOG/JDCC/jdcctxcode.js
@@ -72,6 +72,11 @@ function getCash() {
72
data = JSON.parse(data);
73
const code = data.data.bizCode
74
switch (code) {
75
+ case 0:
76
+ console.log("提现成功!🎉");
77
+ $.msg($.name, '', `城城提现成功🎉:${code}`);
78
+ $.done();
79
+ break;
80
case -525:
81
console.log("提现失败!❌");
82
break;
@@ -83,6 +88,8 @@ function getCash() {
83
88
$.log(`\n‼️${resp.statusCode}[调试log]:${resp.body}`);
84
89
$.msg($.name, '', `城城提现成功🎉:${code}`);
85
90
91
+
92
86
93
}
87
94
95
0 commit comments