mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-15 21:06:30 +08:00
小程序增加素材类型常量
This commit is contained in:
@@ -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";//图片
|
||||
}
|
||||
|
||||
/**
|
||||
* 消息格式
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user