Browse Source

路由处理结果模版消息

xiexiaoyuan 2 years ago
parent
commit
4ce0753f52
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/wechat_send_msg.go

+ 1 - 0
services/wechat_send_msg.go

@@ -207,6 +207,7 @@ 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