修复京小超脚本因京东服务器返回数据异常导致脚本报错中断的问题
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: lxk0301 https://github.com/lxk0301
|
||||
* @Date: 2020-08-16 18:54:16
|
||||
* @Last Modified by: lxk0301
|
||||
* @Last Modified time: 2020-11-11 18:54:37
|
||||
* @Last Modified time: 2020-11-22 08:22:37
|
||||
*/
|
||||
/*
|
||||
京小超(活动入口:京东APP-》首页-》京东超市-》底部东东超市)
|
||||
@@ -366,8 +366,8 @@ async function businessCircleActivity() {
|
||||
}
|
||||
} else if (joinStatus === 1) {
|
||||
console.log(`我邀请的人数:${inviteCount}\n`)
|
||||
console.log(`\n我方战队战队 [${currentUserPkInfo.teamName}]/【${currentUserPkInfo.teamCount}】`);
|
||||
console.log(`对方战队战队 [${pkUserPkInfo.teamName}]/【${pkUserPkInfo.teamCount}】\n`);
|
||||
console.log(`\n我方战队战队 [${currentUserPkInfo && currentUserPkInfo.teamName}]/【${currentUserPkInfo && currentUserPkInfo.teamCount}】`);
|
||||
console.log(`对方战队战队 [${pkUserPkInfo && pkUserPkInfo.teamName}]/【${pkUserPkInfo && pkUserPkInfo.teamCount}】\n`);
|
||||
}
|
||||
if (pkStatus === 1) {
|
||||
console.log(`商圈PK进行中`)
|
||||
|
||||
Reference in New Issue
Block a user