|
@@ -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
|