fix: modify wecomcs

This commit is contained in:
wangcham
2025-11-18 16:09:34 +08:00
parent 9855b6d5bc
commit 2a87419fb2
3 changed files with 2 additions and 9 deletions

View File

@@ -85,7 +85,7 @@ class QQOfficialClient:
req: Quart Request 对象
"""
try:
# 读取请求数据
body = await req.get_data()
print(f'[QQ Official] Received request, body length: {len(body)}')