将bot账号手动发送消息拦截提前到转换层

This commit is contained in:
Dong_master
2025-03-16 21:43:07 +08:00
parent db91ff12f7
commit f2d45a3668
2 changed files with 6 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ async def get_gewechat_image_base64(
}
) as response:
if response.status != 200:
print(response)
# print(response)
raise Exception(f"获取gewechat图片下载失败: {await response.text()}")
resp_data = await response.json()