|
|
@@ -98,7 +98,7 @@ async function pushWxMsg(summary, content, url) {
|
|
|
let options = {
|
|
|
url: 'https://wxpusher.zjiecode.com/api/send/message',
|
|
|
body: JSON.stringify(data),
|
|
|
- headers: this.getJsonDoneHeaders(),
|
|
|
+ headers: lk.getJsonDoneHeaders(),
|
|
|
};
|
|
|
lk.log("test3333333333333335")
|
|
|
lk.post(options, async (error, _response, rdata) => {
|