|
@@ -366,12 +366,10 @@ func SendCommentWxTemplateMsgByYxCategory(req models.AddCygxArticleCommentReq, u
|
|
|
var mobiles []string
|
|
|
mobiles = append(mobiles, utils.RAI_MOBILE_GAO_YI_WEN, utils.RAI_MOBILE_DONG_HENG, utils.RAI_MOBILE_WU_ANG_DI_WEN, utils.RAI_MOBILE_GE_LIN_WEN) //葛琳、高亦文、董衡、吴昂迪手机号
|
|
|
mobile = companyItem.Mobile + "," + utils.WxMsgTemplateIdAskMsgMobilePublic + "," + strings.Join(mobiles, ",")
|
|
|
-
|
|
|
- mobile = "15557270714,18767183922"
|
|
|
//mobile =
|
|
|
openIdList, e := models.GetMfyxWxOpenIdByMobileList(mobile)
|
|
|
if e != nil {
|
|
|
- err = errors.New("GetWxOpenIdByMobileList, Err: " + e.Error())
|
|
|
+ err = errors.New("GetMfyxWxOpenIdByMobileList, Err: " + e.Error())
|
|
|
return
|
|
|
}
|
|
|
if len(openIdList) == 0 {
|