|
@@ -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, "\"")
|