public class WxConsts extends Object
限定符和类型 | 类和说明 |
---|---|
static class | WxConsts.AppIdType appId 类型 |
static class | WxConsts.EventType 微信端推送过来的事件类型. |
static class | WxConsts.KefuMsgSafe 表示是否是保密消息,0表示否,1表示是,默认0. |
static class | WxConsts.KefuMsgType 主动发送消息(即客服消息)的消息类型. |
static class | WxConsts.MassMsgStatus 群发消息后微信端推送给服务器的反馈消息. |
static class | WxConsts.MassMsgType 群发消息的消息类型. |
static class | WxConsts.MaterialType 永久素材类型. |
static class | WxConsts.MediaFileType 上传多媒体(临时素材)文件的类型. |
static class | WxConsts.MenuButtonType 自定义菜单的按钮类型. |
static class | WxConsts.NetCheckArgs 网络检测入参. |
static class | WxConsts.OAuth2Scope oauth2网页授权的scope. |
static class | WxConsts.QrConnectScope 网页应用登录授权作用域. |
static class | WxConsts.SchoolContactMsgType 发送「学校通知」类型 https://developer.work.weixin.qq.com/document/path/92321 |
static class | WxConsts.TemplateCardType 企业微信模板卡片消息的卡片类型 |
static class | WxConsts.XmlMsgType 微信推送过来的消息的类型,和发送给微信xml格式消息的消息类型. |
限定符和类型 | 字段和说明 |
---|---|
static List<Integer> | ACCESS_TOKEN_ERROR_CODES access_token 相关错误代码 发生以下情况时尝试刷新access_token 40001 获取access_token时AppSecret错误,或者access_token无效 42001 access_token超时 40014 不合法的access_token,请开发者认真比对access_token的有效性(如是否过期),或查看是否正在为恰当的公众号调用接口 |
static String | ERR_CODE 微信接口返回的参数errcode. |
构造器和说明 |
---|
WxConsts() |
Copyright © 2024. All rights reserved.