This commit is contained in:
aaron 2025-03-03 08:53:33 +08:00
parent 48e1cbe608
commit 7b2a15007d

View File

@ -126,7 +126,7 @@ async def wechat_corp_callback(
if event == 'change_external_chat':
chat_id = msg_root.find('ChatId').text
change_type = msg_root.find('ChangeType').text
update_detail = msg_root.find('UpdateDetail')
update_detail = msg_root.find('UpdateDetail').text
print(f"chat_id: {chat_id}")
print(f"change_type: {change_type}")