lark
lark copied to clipboard
FileDownload api no need read all response
show return http response body
simple code
resp = http.Do()
return {
body: resp.Body
}
🙏, thanks for your issue.
为了避免 resp.Body 无法被及时的 close,这个 issue 不需要实现,关闭。