From a87933615566821904872d2ad5737c373bf6cf44 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 12 Oct 2019 18:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E7=A6=81=E7=94=A8=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E8=AF=84=E5=88=86=E6=8A=A5=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxutils/weixinmsg/weixinmsg.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/business/jxutils/weixinmsg/weixinmsg.go b/business/jxutils/weixinmsg/weixinmsg.go index 048c207a4..985c74bb2 100644 --- a/business/jxutils/weixinmsg/weixinmsg.go +++ b/business/jxutils/weixinmsg/weixinmsg.go @@ -669,5 +669,8 @@ func NotifyStoreAlertMessage(storeID int, storeName, title, content string) (err "value": "", }, } - return SendMsgToStore(storeID, templateID, "", "", data) + if false { + err = SendMsgToStore(storeID, templateID, "", "", data) + } + return err }