shawenguan 2 年之前
父節點
當前提交
c1ef2a154b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/gandart/gandartHelper.js

+ 1 - 1
Scripts/gandart/gandartHelper.js

@@ -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) => {