This commit is contained in:
liubiren 2026-03-22 21:42:19 +08:00
commit 06f90694eb
2 changed files with 14 additions and 1 deletions

View File

@ -1 +1,5 @@
<<<<<<< HEAD
{"feishu": ["t-g1043mboYRA4SDDKUY5RTRLCHPF3YGJQIYCLGDVP", 1774157093.7511718]} {"feishu": ["t-g1043mboYRA4SDDKUY5RTRLCHPF3YGJQIYCLGDVP", 1774157093.7511718]}
=======
{"feishu": ["t-g1043kdp74T7OBBWKU32LNRRUIOSIE4Q77JNQTEZ", 1773991516.999697]}
>>>>>>> 239b7d7f2837822ce7a85afdcb85bafc4888d6f7

View File

@ -235,9 +235,18 @@ class Feishu:
response = self.http_client.download( response = self.http_client.download(
url=url, url=url,
headers=headers, headers=headers,
<<<<<<< HEAD
stream_enabled=True, stream_enabled=True,
) # 默认使用流式传输 ) # 默认使用流式传输
=======
stream_enabled=stream_enabled,
)
print(type(response[0]))
print(type(response[1]))
print(type(response[2]))
>>>>>>> 239b7d7f2837822ce7a85afdcb85bafc4888d6f7
a = Feishu() a = Feishu()