Browse Source

save file

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

+ 1 - 0
apis/dyjx/url_jx.go

@@ -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