|
@@ -131,6 +131,7 @@ func DeWater(in models.DyJieXiInput) (error, models.DyJieXiOutput) {
|
|
}
|
|
}
|
|
fmt.Println("resp = ", resp.Text())
|
|
fmt.Println("resp = ", resp.Text())
|
|
fmt.Println("resp = ", resp.SaveFile("./name"))
|
|
fmt.Println("resp = ", resp.SaveFile("./name"))
|
|
|
|
+ fmt.Println("resp = ", string(resp.Content()))
|
|
|
|
|
|
return nil, out
|
|
return nil, out
|
|
|
|
|