|
@@ -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"
|