mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-23 23:58:44 +08:00
微信消息类型增加小视频的类型
This commit is contained in:
parent
95cf37baa4
commit
0c723bbf5c
@ -11,6 +11,7 @@ public class WxConsts {
|
||||
public static final String XML_MSG_TEXT = "text";
|
||||
public static final String XML_MSG_IMAGE = "image";
|
||||
public static final String XML_MSG_VOICE = "voice";
|
||||
public static final String XML_MSG_SHORTVIDEO = "shortvideo";
|
||||
public static final String XML_MSG_VIDEO = "video";
|
||||
public static final String XML_MSG_NEWS = "news";
|
||||
public static final String XML_MSG_MUSIC = "music";
|
||||
|
Loading…
Reference in New Issue
Block a user