修复未成功, 添加调试

This commit is contained in:
2025-10-28 17:43:21 +08:00
parent 93a4882da2
commit f217cd958b
3 changed files with 40 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ async def callback_receive(request: Request):
# 解析请求数据
data = await request.json()
logger.info(f"收到消息: chatid={data.get('chatid')}, creator={data.get('creator')}")
logger.debug(f"消息内容: {data.get('content')}")
logger.info(f"消息内容: {data.get('content')}")
# 验证请求
try: