This commit is contained in:
yumoqing 2026-03-03 11:28:26 +08:00
parent cb50c010d1
commit 32c1f97a59

View File

@ -130,6 +130,8 @@ class WOAHandler:
if self._check_signature(signature, timestamp, nonce): if self._check_signature(signature, timestamp, nonce):
# 如果开启加密echostr 也需要解密 # 如果开启加密echostr 也需要解密
debug(f'handle_get():{request.query=}')
return web.Response(text=echostr)
if self.encoding_aes_key: if self.encoding_aes_key:
try: try:
echostr = self._decrypt_msg(echostr) echostr = self._decrypt_msg(echostr)