update
This commit is contained in:
parent
48e1cbe608
commit
7b2a15007d
@ -126,7 +126,7 @@ async def wechat_corp_callback(
|
|||||||
if event == 'change_external_chat':
|
if event == 'change_external_chat':
|
||||||
chat_id = msg_root.find('ChatId').text
|
chat_id = msg_root.find('ChatId').text
|
||||||
change_type = msg_root.find('ChangeType').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"chat_id: {chat_id}")
|
||||||
print(f"change_type: {change_type}")
|
print(f"change_type: {change_type}")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user