|
@@ -82,7 +82,7 @@ func SendCygxBannerYxSurveyTemplateMsg(user *models.WxUserItem, content string,
|
|
|
for _, v := range listMobile {
|
|
|
mobiles = append(mobiles, v)
|
|
|
}
|
|
|
-
|
|
|
+ mobiles = append(mobiles, utils.MobileShenTao, utils.MobileZhangChuanXin, utils.MobileWangFang) // 添加沈涛、张传星、王芳手机号
|
|
|
openIdList, e := models.GetWxOpenIdByMobileSliceList(mobiles)
|
|
|
if e != nil {
|
|
|
err = errors.New("GetWxOpenIdByMobileSliceList, Err: " + e.Error() + configCode)
|
|
@@ -109,9 +109,7 @@ func SendCygxBannerYxSurveyTemplateMsg(user *models.WxUserItem, content string,
|
|
|
keyword3 = time.Now().Format(utils.FormatDateTime)
|
|
|
keyword4 = fmt.Sprint("研选调研需求:", content)
|
|
|
var redirectUrl string
|
|
|
- if utils.RunMode == "release" {
|
|
|
- redirectUrl = utils.WX_MSG_PATH_YX_SURVEY_DETAIL + strconv.Itoa(articleId)
|
|
|
- }
|
|
|
+ redirectUrl = utils.WX_MSG_PATH_YX_SURVEY_DETAIL + strconv.Itoa(articleId)
|
|
|
sendInfo := new(SendWxTemplate)
|
|
|
sendInfo.Keyword1 = keyword1
|
|
|
sendInfo.Keyword2 = keyword2
|