diff --git a/utils/feishu.py b/utils/feishu.py index d66139e..8d643db 100644 --- a/utils/feishu.py +++ b/utils/feishu.py @@ -232,7 +232,10 @@ class Feishu: headers=headers, stream_enabled=stream_enabled, ) + print(type(response[0])) print(type(response[1])) + print(type(response[2])) + a = Feishu()