Browse Source

打印黑号CK

main
haptear 3 years ago
parent
commit
b0abd5d8a0
  1. 4
      zqjs/zqjs_tx.js

4
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

Loading…
Cancel
Save