diff --git a/woa/init.py b/woa/init.py index d1e6ca8..03fcae4 100644 --- a/woa/init.py +++ b/woa/init.py @@ -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: