Kaynağa Gözat

test 测试环境推送模板

hsun 2 yıl önce
ebeveyn
işleme
29dc42759f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      services/wechat/template_msg.go

+ 1 - 1
services/wechat/template_msg.go

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