From 1cd6763a3914c7667162f7c6d219d1dc576a936a Mon Sep 17 00:00:00 2001 From: guyuexuan <2651919937@qq.com> Date: Thu, 12 Dec 2024 02:20:01 +0800 Subject: [PATCH] =?UTF-8?q?fix=20js=20=E6=96=B9=E6=B3=95=E5=A4=9A=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BA=86=E4=B8=80=E6=AC=A1=20JSON=20=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/notify.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sample/notify.js b/sample/notify.js index 1c8366a0..e3e90c22 100644 --- a/sample/notify.js +++ b/sample/notify.js @@ -1286,7 +1286,6 @@ function wxPusherNotify(text, desp) { if (err) { console.log('wxpusher发送通知消息失败!\n', err); } else { - data = JSON.parse(data); if (data.code === 1000) { console.log('wxpusher发送通知消息完成!'); } else {