bugfix
This commit is contained in:
parent
cb50c010d1
commit
32c1f97a59
@ -130,6 +130,8 @@ class WOAHandler:
|
||||
|
||||
if self._check_signature(signature, timestamp, nonce):
|
||||
# 如果开启加密,echostr 也需要解密
|
||||
debug(f'handle_get():{request.query=}')
|
||||
return web.Response(text=echostr)
|
||||
if self.encoding_aes_key:
|
||||
try:
|
||||
echostr = self._decrypt_msg(echostr)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user