@@ -585,7 +585,7 @@ func SendQuestionToResearcher(questionId int, adminOpenId, questionTitle, remark
wxAppPath := fmt.Sprintf("pages-question/answerDetail?id=%d", questionId)
if global.CONFIG.Serve.RunMode == "debug" {
// 仅测试环境测试用
- wxAppPath = "pages-approve/seal/list"
+ wxAppPath = "pages-report/reportDetail?reportId=3800"
}
openIdArr := make([]string, len(openIdList))