fix: typo

This commit is contained in:
Junyan Qin
2025-02-25 17:02:36 +08:00
parent 54b87ff79d
commit 34f73fd84b

View File

@@ -86,7 +86,7 @@ class GewechatMessageConverter(adapter.MessageConverter):
try:
base64_str, image_format = await image.get_gewechat_image_base64(
gewechat_url=self.config["gewechat_url"],
gewechat_file_url=self.config["gewechat_file_url"]
gewechat_file_url=self.config["gewechat_file_url"],
app_id=self.config["app_id"],
xml_content=image_xml,
token=self.config["token"],