From 0e3e328434203bcf4c32c3cf858b593dc1ded462 Mon Sep 17 00:00:00 2001 From: wisz2021 Date: Fri, 4 Jun 2021 13:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=BD=AE=E5=93=81=E7=89=8C=E7=8B=82?= =?UTF-8?q?=E6=AC=A2=20=E4=BF=AE=E5=A4=8D=E6=9C=AA=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=AD=BB=E5=BE=AA=E7=8E=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_mcxhd.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) } } }