k.zhang 4 years ago
parent
commit
b42a629475
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apis/dyjx/url_jx.go

+ 1 - 1
apis/dyjx/url_jx.go

@@ -125,7 +125,7 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
 	//打开视频连接
 	reqq := requests.Requests()
 
-	resp, err = reqq.Post(out.Data.VideoUrl)
+	resp, err = reqq.Get(out.Data.VideoUrl)
 	if err != nil {
 		fmt.Println("err =", err.Error())
 	}