小程序增加素材类型常量

This commit is contained in:
Binary Wang
2017-06-17 00:12:04 +08:00
parent fd5b077e56
commit 9eb4ccf4a4
2 changed files with 13 additions and 2 deletions

View File

@@ -8,6 +8,13 @@ package cn.binarywang.wx.miniapp.constant;
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMaConstants {
/**
* 素材类型
*/
public static class MediaType {
public static final String IMAGE = "image";//图片
}
/**
* 消息格式
*/