We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f110701 commit 15bd71dCopy full SHA for 15bd71d
1 file changed
Task/youth.js
@@ -315,6 +315,7 @@ function withDraw() {
315
withDrawres = JSON.parse(data)
316
if (withDrawres.error_code == 0) {
317
$.desc += `【自动提现】提现${withdrawcash}元成功\n`
318
+ $.msg($.name,$.sub,$.desc)
319
} else if (withDrawres.error_code == "10002") {
320
$.log(`自动提现失败,${withDrawres.homeTime.text}`)
321
} else {
0 commit comments