Update __init__.py

fix 微信群发问题
This commit is contained in:
developer-wlj 2023-07-21 22:14:52 +08:00 committed by GitHub
parent bdf147642f
commit 2b884ace27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ class WechatModule(_ModuleBase):
:return: 成功或失败
"""
# 先发送标题
self.wechat.send_msg(title=message.title)
self.wechat.send_msg(title=message.title, userid=message.userid)
# 再发送内容
return self.wechat.send_medias_msg(medias=medias, userid=message.userid)