This commit is contained in:
yumoqing 2026-03-02 18:42:37 +08:00
parent 4d34c9fb74
commit 6191665fb4

View File

@ -225,6 +225,7 @@ class WOAHandler:
# --- 业务逻辑 ---
reply_dic = await self.msghandle(msg_dict)
reply_xml = await self.build_reply(msg_dict, reply_dic)
debug(f'收到微信消息:{msg_dict} 返回:{reply_xml}')
# 5. 如果需要加密回复
if self.encoding_aes_key and reply_xml: