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

+ 1 - 1
apis/dyjx/url_jx.go

@@ -127,7 +127,7 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
 		return errors.New(apis.ClientGetFail), out
 	}
 	ss, err := ioutil.ReadAll(res1.Body)
-	//fmt.Println(string(ss))
+	fmt.Println("ss = ", string(ss))
 	videoStr := string(ss)
 	//截取字符串
 	comma = strings.Index(videoStr, "\"")