浏览代码

小程序线上路演推送客群 修改小程序跳转地址

xiexiaoyuan 2 年之前
父节点
当前提交
4a3f8e3ac5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/roadShowVideo/videoList?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"