|
@@ -369,6 +369,8 @@ func SendWxMsgWithRoadshowDetailResult(first, keyword1, keyword2, remark, mobile
|
|
|
sendInfo.Resource = wxAppPath
|
|
|
sendInfo.SendType = utils.TEMPLATE_MSG_ACTIVITY_APPOINTMENT
|
|
|
sendInfo.OpenIdArr = openIdArr
|
|
|
+
|
|
|
+ err = SendTemplateMsg(sendInfo)
|
|
|
}
|
|
|
utils.FileLog.Info("send end")
|
|
|
return
|
|
@@ -682,6 +684,7 @@ func SendYbQuestionDistributeWxMsg(questionId, userId int, openid, questionTitle
|
|
|
sendInfo.Resource = wxAppPath
|
|
|
sendInfo.SendType = utils.TEMPLATE_MSG_YB_COMMUNITY_QUESTION
|
|
|
sendInfo.OpenIdArr = openIdArr
|
|
|
+ err = SendTemplateMsg(sendInfo)
|
|
|
return
|
|
|
}
|
|
|
|