Signed-off-by: appleboy <appleboy.tw@gmail.com>
@@ -147,7 +147,9 @@ func newfileUploadRequest(uri string, params map[string]string, paramName, path
return nil, err
}
_, err = io.Copy(part, file)
if err != nil {
for key, val := range params {
_ = writer.WriteField(key, val)
The note is not visible to the blocked user.