mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
将bot账号手动发送消息拦截提前到转换层
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user