k.zhang 4 年之前
父節點
當前提交
32425c0ffb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apis/dyjx/url_jx.go

+ 1 - 1
apis/dyjx/url_jx.go

@@ -134,7 +134,7 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
 	//截取
 	comma = strings.Index(out.Data.VideoUrl, "https://")
 	pos = strings.Index(out.Data.VideoUrl[comma+1:], ".com")
-	fmt.Println(out.Data.VideoUrl[comma : pos+comma+4])
+	fmt.Println(out.Data.VideoUrl[comma : pos+comma+4+1])
 
 	return nil, out