Merge pull request #12 from developer-wlj/main

Update __init__.py
This commit is contained in:
jxxghp
2023-07-21 22:47:35 +08:00
committed by GitHub

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)