From 56c5a0e3c5ce07eda999cc9cea3524c4563265a5 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 26 May 2025 15:11:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=9F=B3=E4=B9=90=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wechat_ipad/client/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wechat_ipad/client/message.py b/wechat_ipad/client/message.py index 8c3d1f0..afe1624 100644 --- a/wechat_ipad/client/message.py +++ b/wechat_ipad/client/message.py @@ -338,7 +338,7 @@ class MessageMixin(WechatAPIClientBase): duration = len(audio) # Type: AMR = 0, MP3 = 2, SILK = 4, SPEEX = 1, WAVE = 3 VoiceTime :音频长度 1000为一秒 - format_dict = {"amr": 0, "wave": 3, "mpe3": 2, "silk": 4, "speex": 1} + format_dict = {"amr": 0, "wave": 3, "mp3": 2, "silk": 4, "speex": 1} # { # "Base64": "string", # "ToWxid": "string",