|
@@ -764,17 +764,17 @@ func SendWxMsgWithMicroRoadshowAsk(req models.AddVideoCommnetReq, user *models.W
|
|
var keyword3 string
|
|
var keyword3 string
|
|
var keyword4 string
|
|
var keyword4 string
|
|
var remark string
|
|
var remark string
|
|
|
|
+ var mobile string
|
|
first = req.Title + "有新的留言,请及时处理"
|
|
first = req.Title + "有新的留言,请及时处理"
|
|
keyword1 = user.CompanyName + "——" + user.RealName + "(" + companyItem.SellerName + ")"
|
|
keyword1 = user.CompanyName + "——" + user.RealName + "(" + companyItem.SellerName + ")"
|
|
keyword3 = time.Now().Format(utils.FormatDateTime)
|
|
keyword3 = time.Now().Format(utils.FormatDateTime)
|
|
keyword2 = title
|
|
keyword2 = title
|
|
keyword4 = req.Content
|
|
keyword4 = req.Content
|
|
- mobile := companyItem.Mobile
|
|
|
|
- mobile = companyItem.Mobile + "," + utils.WxMsgTemplateIdAskMsgMobilePublic
|
|
|
|
if isResearch {
|
|
if isResearch {
|
|
-
|
|
|
|
|
|
+ //研选报告添加汪洋
|
|
|
|
+ mobile = companyItem.Mobile + "," + utils.WxMsgTemplateIdAskMsgMobilePublic + "," + utils.ActSendMsgMobile
|
|
} else {
|
|
} else {
|
|
-
|
|
|
|
|
|
+ mobile = companyItem.Mobile + "," + utils.WxMsgTemplateIdAskMsgMobilePublic
|
|
}
|
|
}
|
|
openIdList, e := models.GetWxOpenIdByMobileList(mobile)
|
|
openIdList, e := models.GetWxOpenIdByMobileList(mobile)
|
|
if e != nil {
|
|
if e != nil {
|