k.zhang 4 年之前
父节点
当前提交
7113244dc0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apis/dyjx/url_jx.go

+ 2 - 2
apis/dyjx/url_jx.go

@@ -84,9 +84,9 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
 	}
 
 	//视频url
-	//var videoUrl = inData.ItemList[0].Video.PlayAddr.URLList[0]
+	var videoUrl = inData.ItemList[0].Video.PlayAddr.URLList[0]
 
-	//out.Data.VideoUrl = strings.Replace(videoUrl, "playwm", "play", 1)
+	out.Data.VideoUrl = strings.Replace(videoUrl, "playwm", "play", 1)
 	//音频url
 
 	out.Data.AudioUrl = inData.ItemList[0].Music.PlayURL.URI