From 40f17cebd57d623d2467e9eee2941b25036135cd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 3 Mar 2026 10:52:11 +0800 Subject: [PATCH] bugfid --- woa/init.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/woa/init.py b/woa/init.py index 88a3af1..6b03dfd 100644 --- a/woa/init.py +++ b/woa/init.py @@ -246,10 +246,13 @@ class WOAHandler: """ + debug(f'加密后的返回:{final_xml}') return web.Response(text=final_xml, content_type='application/xml') elif reply_xml: + debug(f'返回未加密:{reply_xml}') return web.Response(text=reply_xml, content_type='application/xml') else: + debug(f'仅通知,无信息返回') return web.Response(text="success") except Exception as e: