소스 검색

Merge branch 'yb/9.1' into debug

hsun 2 년 전
부모
커밋
11bd412b80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/report_push.go

+ 1 - 1
services/report_push.go

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