获取戳一戳文本

pull/18/head
Bakadax 2025-04-25 14:49:03 +08:00
parent dc25e51ec9
commit 85182073fb
1 changed files with 2 additions and 2 deletions

View File

@ -536,8 +536,8 @@ class RecvHandler:
else:
return None
try:
first_txt = raw_info[2].get("text", "戳了戳")
second_txt = raw_info[4].get("text", "")
first_txt = raw_info[2].get("txt", "戳了戳")
second_txt = raw_info[4].get("txt", "")
except Exception as e:
logger.warning(f"解析戳一戳消息失败,使用默认文本:{str(e)}")
first_txt = "戳了戳"