Skip to content

Commit

Permalink
Merge pull request dodgepudding#300 from jiguang/patch-1
Browse files Browse the repository at this point in the history
add shortvideo type
  • Loading branch information
dodgepudding authored Aug 6, 2016
2 parents 8dd4ca8 + 776e63d commit 5698661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wechat.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class Wechat
const MSGTYPE_NEWS = 'news';
const MSGTYPE_VOICE = 'voice';
const MSGTYPE_VIDEO = 'video';
const MSGTYPE_SHORTVIDEO = 'shortvideo';
const EVENT_SUBSCRIBE = 'subscribe'; //订阅
const EVENT_UNSUBSCRIBE = 'unsubscribe'; //取消订阅
const EVENT_SCAN = 'SCAN'; //扫描带参数二维码
Expand Down

0 comments on commit 5698661

Please sign in to comment.