fix: delete print function in lark (#1295)

This commit is contained in:
Guanchao Wang
2025-04-14 14:37:34 +08:00
committed by GitHub
parent 210a8856e2
commit 42fabd5133

View File

@@ -343,7 +343,6 @@ class LarkAdapter(adapter.MessagePlatformAdapter):
type = context.header.event_type
if 'url_verification' == type:
print(data.get("challenge"))
# todo 验证verification token
return {
"challenge": data.get("challenge")