From 5f60e91ec31764e0731b67072455a2c3229a928c Mon Sep 17 00:00:00 2001 From: Dellear <358009775@qq.com> Date: Tue, 22 Dec 2020 01:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4serveChan=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sendNotify.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sendNotify.js b/sendNotify.js index 6392824b..96485ef6 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -130,7 +130,8 @@ function serverNotify(text, desp, timeout = 2100) { if (data.errno === 0) { console.log('server酱发送通知消息成功\n') } else if (data.errno === 1024) { - console.log('PUSH_KEY 错误\n') + // 一分钟内发送相同的内容会触发 + console.log(`server酱发送通知消息异常: ${data.errmsg}\n`) } else { console.log(`server酱发送通知消息异常\n${JSON.stringify(data)}`) }