Files
larksuite-cli/cmd
zhaojunlin.0405 b77e6cf6c5 fix: preserve original filename in multipart file upload
BuildFormdata read local files into a bytes.Reader before handing them
to the SDK, so the SDK's part-filename detection (which only reads
*os.File) fell back to "unknown-file" for every local --file upload.
Use AddFileWithName with the file's basename instead.
2026-07-06 17:52:00 +08:00
..
2026-06-17 16:29:33 +08:00