更新 message.py

This commit is contained in:
jxxghp
2025-08-16 17:27:45 +08:00
committed by GitHub
parent 19608fa98e
commit 086b1f1403

View File

@@ -106,7 +106,7 @@ def wechat_verify(echostr: str, msg_signature: str, timestamp: Union[str, int],
return str(err)
async def vocechat_verify() -> Any:
def vocechat_verify() -> Any:
"""
VoceChat验证响应
"""