1
0
mirror of synced 2025-12-18 22:08:01 +08:00

实现永久素材相关接口

This commit is contained in:
codepiano
2015-07-21 22:57:50 +08:00
parent 24891af5be
commit d7d9734bf1
30 changed files with 1745 additions and 82 deletions

View File

@@ -137,4 +137,11 @@ public class WxConsts {
/** 弹出授权页面可通过openid拿到昵称、性别、所在地。并且即使在未关注的情况下只要用户授权也能获取其信息 */
public static final String OAUTH2_SCOPE_USER_INFO = "snsapi_userinfo";
///////////////////////
// 永久素材类型
///////////////////////
public static final String MATERIAL_NEWS = "news";
public static final String MATERIAL_VOICE = "voice";
public static final String MATERIAL_IMAGE = "image";
public static final String MATERIAL_VIDEO = "video";
}