diff --git a/utils/certifications.json b/utils/certifications.json index 1bdc339..0c59df0 100644 --- a/utils/certifications.json +++ b/utils/certifications.json @@ -1 +1,5 @@ -{"feishu": ["t-g1043mboYRA4SDDKUY5RTRLCHPF3YGJQIYCLGDVP", 1774157093.7511718]} \ No newline at end of file +<<<<<<< HEAD +{"feishu": ["t-g1043mboYRA4SDDKUY5RTRLCHPF3YGJQIYCLGDVP", 1774157093.7511718]} +======= +{"feishu": ["t-g1043kdp74T7OBBWKU32LNRRUIOSIE4Q77JNQTEZ", 1773991516.999697]} +>>>>>>> 239b7d7f2837822ce7a85afdcb85bafc4888d6f7 diff --git a/utils/feishu.py b/utils/feishu.py index 8923823..4d24d36 100644 --- a/utils/feishu.py +++ b/utils/feishu.py @@ -235,9 +235,18 @@ class Feishu: response = self.http_client.download( url=url, headers=headers, +<<<<<<< HEAD stream_enabled=True, ) # 默认使用流式传输 +======= + stream_enabled=stream_enabled, + ) + print(type(response[0])) + print(type(response[1])) + print(type(response[2])) + +>>>>>>> 239b7d7f2837822ce7a85afdcb85bafc4888d6f7 a = Feishu()