ziwen 2 years ago
parent
commit
1593601630
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/wx_template_msg.go

+ 1 - 1
services/wx_template_msg.go

@@ -685,7 +685,7 @@ func SendCommentWxTemplateMsg(title, companyName, userName, sellerName, createTi
 	keyword3 := createTime
 	keyword4 := content
 	sendUrl := "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=" + accessToken
-	templateId := utils.WxMsgTemplateIdArticleUserRemind
+	templateId := utils.WxMsgTemplateIdAskMsgXzs
 	sendMap := make(map[string]interface{})
 	sendData := make(map[string]interface{})
 	sendMap["template_id"] = templateId