diff --git a/app/modules/wechat/__init__.py b/app/modules/wechat/__init__.py index dffff9ae..dfaa14df 100644 --- a/app/modules/wechat/__init__.py +++ b/app/modules/wechat/__init__.py @@ -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)