Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15bd71d

Browse files
committed
1 parent f110701 commit 15bd71d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Task/youth.js

+1
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ function withDraw() {
315315
withDrawres = JSON.parse(data)
316316
if (withDrawres.error_code == 0) {
317317
$.desc += `【自动提现】提现${withdrawcash}元成功\n`
318+
$.msg($.name,$.sub,$.desc)
318319
} else if (withDrawres.error_code == "10002") {
319320
$.log(`自动提现失败,${withDrawres.homeTime.text}`)
320321
} else {

0 commit comments

Comments
 (0)