Browse Source

修改发送模版消息bug

317699326@qq.com 2 months ago
parent
commit
b8c08a4864
1 changed files with 1 additions and 3 deletions
  1. 1 3
      services/calendar_researcher_question.go

+ 1 - 3
services/calendar_researcher_question.go

@@ -20,10 +20,8 @@ func SendCalendarResearcherQuestionTips(cont context.Context) (err error) {
 		return
 	}
 
-	var redirectUrl string
-
-	redirectUrl = `/pages-approve/activity/detail?RsCalendarResearcherId=`
 	for _, v := range list {
+		redirectUrl := `/pages-approve/activity/detail?RsCalendarResearcherId=`
 		var openIdArr []string
 		openIdArr = append(openIdArr, v.OpenId)