Merge pull request #1664 from langbot-app/fix/wecom

fix: wecom function
This commit is contained in:
Guanchao Wang
2025-09-15 22:53:54 +08:00
committed by GitHub
parent 521a941792
commit 04ab48de8e
3 changed files with 48 additions and 29 deletions

View File

@@ -340,3 +340,4 @@ class WecomClient:
async def get_media_id(self, image: platform_message.Image):
media_id = await self.upload_to_work(image=image)
return media_id