获取戳一戳文本
parent
dc25e51ec9
commit
85182073fb
|
|
@ -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 = "戳了戳"
|
||||
|
|
|
|||
Loading…
Reference in New Issue