diff --git a/woa/init.py b/woa/init.py
index be5516f..f549373 100644
--- a/woa/init.py
+++ b/woa/init.py
@@ -246,13 +246,7 @@ class WOAHandler:
encrypted_xml_str = self._encrypt_msg(reply_xml, nonce, timestamp)
# 构造加密后的返回 XML 包
final_xml = f"""
-
-
-
- {timestamp}
-
-
- """
+ {timestamp}"""
debug(f'加密后的返回:{final_xml}')
return web.Response(text=final_xml, content_type='application/xml')
elif reply_xml: