Skip to content

Commit 086b1f1

Browse files
authored
更新 message.py
1 parent 19608fa commit 086b1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/endpoints/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def wechat_verify(echostr: str, msg_signature: str, timestamp: Union[str, int],
106106
return str(err)
107107

108108

109-
async def vocechat_verify() -> Any:
109+
def vocechat_verify() -> Any:
110110
"""
111111
VoceChat验证响应
112112
"""

0 commit comments

Comments
 (0)