From 25285be48c62bf82bac0ce9fd9e3486e175e94d2 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sun, 20 Dec 2020 13:56:36 +0800 Subject: [PATCH] =?UTF-8?q?sendNotify.js=E9=A1=B6=E9=83=A8=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sendNotify.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sendNotify.js b/sendNotify.js index 99c30e1c..d5651ffe 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -1,3 +1,9 @@ +/* + * @Author: lxk0301 https://github.com/lxk0301 + * @Date: 2020-08-19 16:12:40 + * @Last Modified by: lxk0301 + * @Last Modified time: 2020-12-20 13:52:54 + */ const querystring = require("querystring"); const $ = new Env(); // =======================================微信server酱通知设置区域===========================================