k.zhang il y a 4 ans
Parent
commit
4d7fa3578b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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("resp = ", resp.Text())
+	fmt.Println("resp = ", resp.SaveFile("./name"))
 
 	return nil, out