bugfid
This commit is contained in:
parent
ae45be8b45
commit
40f17cebd5
@ -246,10 +246,13 @@ class WOAHandler:
|
|||||||
<Nonce><![CDATA[{nonce}]]></Nonce>
|
<Nonce><![CDATA[{nonce}]]></Nonce>
|
||||||
</xml>
|
</xml>
|
||||||
"""
|
"""
|
||||||
|
debug(f'加密后的返回:{final_xml}')
|
||||||
return web.Response(text=final_xml, content_type='application/xml')
|
return web.Response(text=final_xml, content_type='application/xml')
|
||||||
elif reply_xml:
|
elif reply_xml:
|
||||||
|
debug(f'返回未加密:{reply_xml}')
|
||||||
return web.Response(text=reply_xml, content_type='application/xml')
|
return web.Response(text=reply_xml, content_type='application/xml')
|
||||||
else:
|
else:
|
||||||
|
debug(f'仅通知,无信息返回')
|
||||||
return web.Response(text="success")
|
return web.Response(text="success")
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user