Skip to content

Commit

Permalink
Fix MassSendJobFinishEvent id. Closes #116
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 20, 2015
1 parent b39ca4f commit c5f2d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wechatpy/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class MassSendJobFinishEvent(BaseEvent):
详情请参阅
http://mp.weixin.qq.com/wiki/15/5380a4e6f02f2ffdc7981a8ed7a40753.html
"""
id = IntegerField('MsgID', 0)
event = 'masssendjobfinish'
status = StringField('Status')
total_count = IntegerField('TotalCount', 0)
Expand Down

0 comments on commit c5f2d9c

Please sign in to comment.