Browse Source

修改线上路演的跳转地址

xiexiaoyuan 2 years ago
parent
commit
3a25ef0ffa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/report_push.go

+ 1 - 1
services/report_push.go

@@ -557,7 +557,7 @@ func SendYbRoadVideoToThs(videoId int) (err error) {
 	}
 	permissionName := "宏观" // 所有客群都推
 	title := video.Title
-	jumpUrl := fmt.Sprint(utils.WxYbAppId+`/pages-roadShow/video/list?videoId=`, videoId)
+	jumpUrl := fmt.Sprint(utils.WxYbAppId+`/pages/roadShow/video/list?videoId=`, videoId)
 	logoUrl := `https://hongze.oss-cn-shanghai.aliyuncs.com/hzyj.png`
 	// 推送至同花顺
 	dataType := "2"