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