|
|
@ -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 |
|
|
|