k.zhang 4 anos atrás
pai
commit
4d7fa3578b
1 arquivos alterados com 1 adições e 0 exclusões
  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