diff --git a/business/jxutils/weixinmsg/weixinmsg.go b/business/jxutils/weixinmsg/weixinmsg.go index 0384d92b8..e4795bb45 100644 --- a/business/jxutils/weixinmsg/weixinmsg.go +++ b/business/jxutils/weixinmsg/weixinmsg.go @@ -115,9 +115,9 @@ func SendMsgToStore(storeID int, templateID, downloadURL, miniPageURL string, da successCount := 0 for _, openID := range openIDs { realMiniPageURL := miniPageURL - if testMiniProgramStoreMap[storeID] == 0 && debugOpenIDMap[openID] == 0 { - realMiniPageURL = "" - } + // if testMiniProgramStoreMap[storeID] == 0 && debugOpenIDMap[openID] == 0 { + // realMiniPageURL = "" + // } globals.SugarLogger.Debugf("SendMsgToStore storeID:%d, openID:%s, templateID:%s, downloadURL:%s, realMiniPageURL:%s", storeID, openID, templateID, downloadURL, realMiniPageURL) if err2 := SmartMessageTemplateSend(openID, templateID, downloadURL, realMiniPageURL, data); err2 == nil { successCount++