diff --git a/helpers/tdhttp/request.go b/helpers/tdhttp/request.go index 5f0f7493..b6f90c08 100644 --- a/helpers/tdhttp/request.go +++ b/helpers/tdhttp/request.go @@ -371,7 +371,7 @@ func PostForm(target string, data url.Values, headersQueryParams ...any) *http.R // // "multipart/form-data" by default // Parts: []*tdhttp.MultipartPart{ // tdhttp.NewMultipartPartString("type", "Sales"), -// tdhttp.NewMultipartPartFile("report", report.json", "application/json"), +// tdhttp.NewMultipartPartFile("report", "report.json", "application/json"), // }, // }, // "X-Foo", "Foo-value",