diff --git a/jd_mcxhd.js b/jd_mcxhd.js index 35d4ae6a..fe7f15dc 100644 --- a/jd_mcxhd.js +++ b/jd_mcxhd.js @@ -284,7 +284,8 @@ function startGame() { await $.wait(10*1000) await reportGame(data.result.passScore + 2) } else { - console.log(`游戏开始失败`) + if (data.retCode === '1102') $.canDo = false + console.log(`游戏开始失败`, JSON.stringify(data)) } } }