()
| 96 | } |
| 97 | } |
| 98 | function showMsg() { |
| 99 | if (!jdNotify || jdNotify === 'false') { |
| 100 | $.msg($.name, ``, `【京东账号${$.index}】${$.nickName}\n【已注销会员卡】${$.unsubscribeCount}个\n【还剩会员卡】${$.cardsTotalNum-$.unsubscribeCount}个\n`); |
| 101 | } else { |
| 102 | $.log(`\n【京东账号${$.index}】${$.nickName}\n【已注销会员卡】${$.unsubscribeCount}个\n【还剩会员卡】${$.cardsTotalNum-$.unsubscribeCount}个\n`); |
| 103 | } |
| 104 | } |
| 105 | function getCards() { |
| 106 | return new Promise((resolve) => { |
| 107 | const option = { |
no test coverage detected