fix js 方法多进行了一次 JSON 格式化

This commit is contained in:
guyuexuan 2024-12-12 02:20:01 +08:00
parent 47afde667f
commit 1cd6763a39

View File

@ -1286,7 +1286,6 @@ function wxPusherNotify(text, desp) {
if (err) { if (err) {
console.log('wxpusher发送通知消息失败\n', err); console.log('wxpusher发送通知消息失败\n', err);
} else { } else {
data = JSON.parse(data);
if (data.code === 1000) { if (data.code === 1000) {
console.log('wxpusher发送通知消息完成'); console.log('wxpusher发送通知消息完成');
} else { } else {