k.zhang hace 4 años
padre
commit
b42a629475
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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())
 	}