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"