bugfix
This commit is contained in:
parent
4d34c9fb74
commit
6191665fb4
@ -225,6 +225,7 @@ class WOAHandler:
|
|||||||
# --- 业务逻辑 ---
|
# --- 业务逻辑 ---
|
||||||
reply_dic = await self.msghandle(msg_dict)
|
reply_dic = await self.msghandle(msg_dict)
|
||||||
reply_xml = await self.build_reply(msg_dict, reply_dic)
|
reply_xml = await self.build_reply(msg_dict, reply_dic)
|
||||||
|
debug(f'收到微信消息:{msg_dict} 返回:{reply_xml}')
|
||||||
|
|
||||||
# 5. 如果需要加密回复
|
# 5. 如果需要加密回复
|
||||||
if self.encoding_aes_key and reply_xml:
|
if self.encoding_aes_key and reply_xml:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user