测试入群提醒。

This commit is contained in:
liuwei
2025-04-30 16:37:10 +08:00
parent 7886e5b5d0
commit 7f93f14432
2 changed files with 1 additions and 7 deletions

View File

@@ -471,7 +471,7 @@ class MessageMixin(WechatAPIClientBase):
async with aiohttp.ClientSession() as session:
json_param = {"Wxid": self.wxid, "ToWxid": wxid, "Md5": md5, "TotalLen": total_length}
response = await session.post(f'http://{self.ip}:{self.port}/SendEmojiMsg', json=json_param)
response = await session.post(f'http://{self.ip}:{self.port}/api/Msg/SendEmoji', json=json_param)
json_resp = await response.json()
if json_resp.get("Success"):