mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
fix js 方法多进行了一次 JSON 格式化
This commit is contained in:
parent
47afde667f
commit
1cd6763a39
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user