From 38a25fca76d38fab206d8473430b5c947b809ceb Mon Sep 17 00:00:00 2001 From: huang28 <52352624+Huang28@users.noreply.github.com> Date: Wed, 6 Jan 2021 03:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AA=E9=80=89=E6=8B=A9=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加一个选择推送消息类型,用图文消息直接填充素材库图片id的值,用卡片消息就填写0(就是数字零) --- sendNotify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sendNotify.js b/sendNotify.js index 47079790..9c950f07 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -449,6 +449,7 @@ function qywxamNotify(text, desp) { title: `${text}`, description: `${desp}`, url: '127.0.0.1', + btntxt: '更多' }, safe:'0', },