This commit is contained in:
parent
deac3835f6
commit
239b7d7f28
|
|
@ -232,7 +232,10 @@ class Feishu:
|
||||||
headers=headers,
|
headers=headers,
|
||||||
stream_enabled=stream_enabled,
|
stream_enabled=stream_enabled,
|
||||||
)
|
)
|
||||||
|
print(type(response[0]))
|
||||||
print(type(response[1]))
|
print(type(response[1]))
|
||||||
|
print(type(response[2]))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a = Feishu()
|
a = Feishu()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue