From b0abd5d8a061075584f86811bf8f48610aa8f722 Mon Sep 17 00:00:00 2001 From: haptear Date: Wed, 29 Jun 2022 10:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E9=BB=91=E5=8F=B7CK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zqjs/zqjs_tx.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zqjs/zqjs_tx.js b/zqjs/zqjs_tx.js index 2f79929..b3e482d 100644 --- a/zqjs/zqjs_tx.js +++ b/zqjs/zqjs_tx.js @@ -137,6 +137,10 @@ async function getBalance(userIdx) { logAndNotify(`【青豆总数】:${Math.round(result.items.score/100)/100}`) logAndNotify(`【今日收益】:${Math.round(result.items.today_score/100)/100}`) let zqstatus=result.items.user_status<1?'黑号':'正常' + if(result.items.user_status<1) + { + logAndNotify(`【黑号CK】:${tmpCk}`) + } logAndNotify(`【账号状态】:${zqstatus}`) if (nowscore>=5) money=5 else if (nowscore>=1) money=1