浏览代码

fix: 模板消息

hsun 2 年之前
父节点
当前提交
0745b77f99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/wechat/template_msg.go

+ 1 - 1
services/wechat/template_msg.go

@@ -208,7 +208,7 @@ func SendQuestionReplyWxMsg(questionId, userId int, openid, questionTitle string
 	sendMap["template_id"] = TemplateIdWithCommunityQuestion
 	sendMap["data"] = sendData
 
-	wxAppPath := fmt.Sprintf("page-question/answerDetail?id=%d", questionId)
+	wxAppPath := fmt.Sprintf("pages-question/answerDetail?id=%d", questionId)
 	if global.CONFIG.Serve.RunMode == "debug" {
 		// 仅测试环境测试用
 		wxAppPath = "pages-report/reportDetail?reportId=3800"