Skip to content

Commit

Permalink
Merge pull request #56 from lipengfei911/master
Browse files Browse the repository at this point in the history
[Fix]群发视频消息方法 msgtype 改 video 为 mpvideo. Thanks to @lipengfei911
  • Loading branch information
messense committed May 22, 2015
2 parents a6ef206 + 633eb9c commit ce21c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wechatpy/client/api/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ def send_mass_video(self, group_or_users, media_id, title=None,
video_data['description'] = description
return self._send_mass_message(
group_or_users,
'video',
'mpvideo',
{
'video': video_data
'mpvideo': video_data
},
is_to_all,
preview
Expand Down

0 comments on commit ce21c33

Please sign in to comment.