Browse Source

add shortvideo type

增加小视频类型,其他函数无影响
Ji Guang 9 years ago
parent
commit
776e63d6e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wechat.class.php

+ 1 - 0
wechat.class.php

@@ -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';                 //扫描带参数二维码