跳过导航链接
A C D E G I J M N O R S T U W X 

A

ACCESS_TOKEN_DELAY_TIME - 类 中的静态变量com.xnx3.weixin.WeiXinUtil
 
ACCESS_TOKEN_URL - 类 中的静态变量com.xnx3.weixin.WeiXinUtil
 
AccessToken - com.xnx3.weixin.bean中的类
公众平台的API调用所需的普通access_token
AccessToken() - 类 的构造器com.xnx3.weixin.bean.AccessToken
 
AutoReply - com.xnx3.weixin.interfaces中的接口
微信公众号自动回复
autoReplyText(HttpServletResponse, MessageReceive, String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
微信服务器接收消息或者事件后,推送到我们的服务器。

C

com.xnx3.weixin - 程序包 com.xnx3.weixin
 
com.xnx3.weixin.bean - 程序包 com.xnx3.weixin.bean
 
com.xnx3.weixin.interfaces - 程序包 com.xnx3.weixin.interfaces
 
com.xnx3.weixin.vo - 程序包 com.xnx3.weixin.vo
 

D

debug - 类 中的变量com.xnx3.weixin.WeiXinUtil
 

E

EVENT_SUBSCRIBE - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
事件类型,subscribe(订阅)
EVENT_UNSUBSCRIBE - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
事件类型,unsubscribe(取消订阅)

G

getAccess_token() - 类 中的方法com.xnx3.weixin.bean.AccessToken
获取到的凭证
getAccessToken() - 类 中的方法com.xnx3.weixin.WeiXinUtil
获取最新的普通access_token
getCity() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户所在城市
getContent() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getCountry() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户所在国家
getCreateTime() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getDescription() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getDescription() - 类 中的方法com.xnx3.weixin.bean.NewsItem
 
getDigestOfBytes(byte[]) - 类 中的方法com.xnx3.weixin.SHA1
 
getDigestOfString(byte[]) - 类 中的方法com.xnx3.weixin.SHA1
 
getEvent() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getEventKey() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getExpires_in() - 类 中的方法com.xnx3.weixin.bean.AccessToken
凭证有效时间,单位:秒
getExpires_in() - 类 中的方法com.xnx3.weixin.bean.JsapiTicket
 
getFormat() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getFromUserName() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getGainTime() - 类 中的方法com.xnx3.weixin.bean.AccessToken
当前access_token获取的时间,Linux时间戳
getGainTime() - 类 中的方法com.xnx3.weixin.bean.JsapiTicket
 
getGroupid() - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
getHeadImgUrl() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),用户没有头像时该项为空。
getJsapiTicket() - 类 中的方法com.xnx3.weixin.WeiXinUtil
获取 JS SDK 的 ticket
getJsSignature(String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
JS-SDK 生成 signature 签名,可以在页面中直接使用,如分享到朋友圈等 注意事项: 1.签名的noncestr和timestamp必须与wx.config中的nonceStr和timestamp相同。
getLanguage() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户的语言,简体中文为zh_CN
getMediaId() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getMsgId() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getMsgType() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getNickname() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户的昵称
getNoncestr() - 类 中的方法com.xnx3.weixin.bean.SignatureBean
 
getOauth2ExpertUrl(String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
获取网页授权的URL跳转地址,不会出现授权页面,只能拿到用户openid
getOauth2OpenId(String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
获取网页授权,获取用户的openid
getOauth2SimpleUrl(String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
获取网页授权的URL跳转地址,弹出授权页面,可通过openid拿到昵称、性别、所在地。
getOauth2Url(String, String, String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
获取网页授权的URL跳转地址
getOauth2UserInfo(String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
网页授权获取用户的个人信息
getOpenid() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户的标识,对当前公众号唯一
getOpenid() - 类 中的方法com.xnx3.weixin.vo.Jscode2sessionResultVO
 
getPicUrl() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getPicUrl() - 类 中的方法com.xnx3.weixin.bean.NewsItem
 
getProvince() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户所在省份
getQr_scene() - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
getQrSceneStr() - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
getReceiveBody() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getRemark() - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
getSessionKey() - 类 中的方法com.xnx3.weixin.vo.Jscode2sessionResultVO
 
getSex() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户的性别,值为1时是男性,值为2时是女性,值为0时是未知
getSexInfo() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户的性别
getSignature() - 类 中的方法com.xnx3.weixin.bean.SignatureBean
 
getSubscribeScene() - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
getSubscribeTime() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户关注时间,为时间戳。
getThumbMediaId() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getTicket() - 类 中的方法com.xnx3.weixin.bean.JsapiTicket
 
getTicket() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getTimestamp() - 类 中的方法com.xnx3.weixin.bean.SignatureBean
 
getTitle() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getTitle() - 类 中的方法com.xnx3.weixin.bean.NewsItem
 
getToUserName() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getUnionid() - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
getUnionid() - 类 中的方法com.xnx3.weixin.vo.Jscode2sessionResultVO
只有绑定了微信开放平台后,才会有这个返回值
getUrl() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
getUrl() - 类 中的方法com.xnx3.weixin.bean.NewsItem
 
getUrl() - 类 中的方法com.xnx3.weixin.bean.SignatureBean
 
getUserInfo(String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
通过openId,获取用户的信息
getXMLString() - 类 中的方法com.xnx3.weixin.bean.NewsItem
获取 xml格式的数据。

I

isSubscribe() - 类 中的方法com.xnx3.weixin.bean.UserInfo
用户是否订阅该公众号标识,值为false时,代表此用户没有关注该公众号,拉取不到其余信息。

J

joinVerify(HttpServletRequest, HttpServletResponse) - 类 中的方法com.xnx3.weixin.WeiXinUtil
微信公众号开发,需首先填入与微信服务器交互的我方URL地址, 填写的URL需要正确响应微信发送的Token验证。
JSAPI_TICKET_DELAY_TIME - 类 中的静态变量com.xnx3.weixin.WeiXinUtil
 
JSAPI_TICKET_URL - 类 中的静态变量com.xnx3.weixin.WeiXinUtil
 
JsapiTicket - com.xnx3.weixin.bean中的类
生成签名之前必须先了解一下jsapi_ticket,jsapi_ticket是公众号用于调用微信JS接口的临时票据。
JsapiTicket() - 类 的构造器com.xnx3.weixin.bean.JsapiTicket
 
jscode2session(String) - 类 中的静态方法com.xnx3.weixin.XiaoChengXuUtil
https://api.weixin.qq.com/sns/jscode2session 根据code ,获取 openid、session_key 、 unionid
Jscode2sessionResultVO - com.xnx3.weixin.vo中的类
根据 code,获取 session_key、openid、unionid,这里是其接口的返回值
Jscode2sessionResultVO() - 类 的构造器com.xnx3.weixin.vo.Jscode2sessionResultVO
 

M

main(String[]) - 类 中的静态方法com.xnx3.weixin.SHA1
 
main(String[]) - 类 中的静态方法com.xnx3.weixin.XiaoChengXuUtil
 
MessageReceive - com.xnx3.weixin.bean中的类
接收消息,用户通过微信公众号发送消息,有服务器接收
MessageReceive() - 类 的构造器com.xnx3.weixin.bean.MessageReceive
 
MessageReply - com.xnx3.weixin.bean中的类
被动回复用户消息
MessageReply(String, String) - 类 的构造器com.xnx3.weixin.bean.MessageReply
初始化新建一个被动回复消息
MSGTYPE_EVENT - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
消息类型,event,关注/取消关注事件
MSGTYPE_IMAGE - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
消息类型,image,图片消息
MSGTYPE_LINK - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
消息类型,link,超链接
MSGTYPE_LOCATION - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
消息类型,location,地理位置消息
MSGTYPE_SHORT_VIDEO - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
消息类型,shortvideo,小视频
MSGTYPE_TEXT - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
消息类型,text,文本消息
MSGTYPE_VIDEO - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
消息类型,vide,视频消息
MSGTYPE_VIOCE - 类 中的静态变量com.xnx3.weixin.bean.MessageReceive
消息类型,voice,语音消息

N

NewsItem - com.xnx3.weixin.bean中的类
微信自动回复图文消息列表,每一条图文,便是一个 NewsItem
NewsItem() - 类 的构造器com.xnx3.weixin.bean.NewsItem
 

O

OAUTH2_ACCESS_TOKEN_URL - 类 中的静态变量com.xnx3.weixin.WeiXinUtil
 
OAUTH2_URL - 类 中的静态变量com.xnx3.weixin.WeiXinUtil
 
OAUTH2_USER_INFO_URL - 类 中的静态变量com.xnx3.weixin.WeiXinUtil
 

R

receiveMessage(HttpServletRequest) - 类 中的方法com.xnx3.weixin.WeiXinUtil
接收xml格式消息,用户通过微信公众号发送消息,有服务器接收。
receiveMessage(String) - 类 中的方法com.xnx3.weixin.WeiXinUtil
接收xml格式消息,用户通过微信公众号发送消息,有服务器接收。
reply(HttpServletResponse, String) - 类 中的方法com.xnx3.weixin.bean.MessageReply
微信公众号回复给咨询者。
Reply - com.xnx3.weixin.bean中的类
回复,这个属于二次开发自定义开发时,利用接口 AutoReply 直接调用回复的内容
Reply(HttpServletResponse, String, String) - 类 的构造器com.xnx3.weixin.bean.Reply
 
reply(String) - 类 中的方法com.xnx3.weixin.bean.Reply
微信公众号回复给咨询者。
reply(HttpServletRequest, HttpServletResponse, MessageReceive) - 接口 中的方法com.xnx3.weixin.interfaces.AutoReply
微信公众号,用户发送内容到微信公众号后,程序接收到用户的回复,自动进行处理
replyNews(HttpServletResponse, List<NewsItem>) - 类 中的方法com.xnx3.weixin.bean.MessageReply
向微信服务器进行图文回复(MsgType=news)的XML格式字符串,可以将此直接回复微信服务器即可达到回复效果。
replySuccessForWeiXinServer() - 类 中的方法com.xnx3.weixin.bean.Reply
回复成功信息给微信服务器,避免咨询者在微信公众号回复信息时,提示错误信息。
replyText(HttpServletResponse, String) - 类 中的方法com.xnx3.weixin.bean.MessageReply
向微信服务器进行文字回复(MsgType=text)的XML格式字符串,可以将此直接回复微信服务器即可达到回复效果。
replyText(String) - 类 中的方法com.xnx3.weixin.bean.Reply
公众号回复给咨询者一段字符串,直接显示这段字符串给咨询者

S

setAccess_token(String) - 类 中的方法com.xnx3.weixin.bean.AccessToken
 
setCity(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setContent(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setCountry(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setCreateTime(int) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setCreateTime(Integer) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setDescription(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setDescription(String) - 类 中的方法com.xnx3.weixin.bean.NewsItem
 
setEvent(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setEventKey(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setExpires_in(int) - 类 中的方法com.xnx3.weixin.bean.AccessToken
 
setExpires_in(int) - 类 中的方法com.xnx3.weixin.bean.JsapiTicket
 
setFormat(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setFromUserName(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setGainTime(int) - 类 中的方法com.xnx3.weixin.bean.AccessToken
 
setGainTime(int) - 类 中的方法com.xnx3.weixin.bean.JsapiTicket
 
setGroupid(int) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setHeadImgUrl(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setLanguage(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setMediaId(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setMsgId(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setMsgType(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setNickname(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setNoncestr(String) - 类 中的方法com.xnx3.weixin.bean.SignatureBean
 
setOpenid(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setOpenid(String) - 类 中的方法com.xnx3.weixin.vo.Jscode2sessionResultVO
 
setPicUrl(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setPicUrl(String) - 类 中的方法com.xnx3.weixin.bean.NewsItem
 
setProvince(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setQr_scene(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setQrSceneStr(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setReceiveBody(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
微信服务器给我们发送的消息体
setRemark(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setSessionKey(String) - 类 中的方法com.xnx3.weixin.vo.Jscode2sessionResultVO
 
setSex(int) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setSignature(String) - 类 中的方法com.xnx3.weixin.bean.SignatureBean
 
setSubscribe(boolean) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setSubscribeScene(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setSubscribeTime(int) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setThumbMediaId(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setTicket(String) - 类 中的方法com.xnx3.weixin.bean.JsapiTicket
 
setTicket(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setTimestamp(int) - 类 中的方法com.xnx3.weixin.bean.SignatureBean
 
setTitle(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setTitle(String) - 类 中的方法com.xnx3.weixin.bean.NewsItem
 
setToUserName(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
开发者(接收方)微信号,所有类型消息都有
setUnionid(String) - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
setUnionid(String) - 类 中的方法com.xnx3.weixin.vo.Jscode2sessionResultVO
 
setUrl(String) - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
setUrl(String) - 类 中的方法com.xnx3.weixin.bean.NewsItem
 
setUrl(String) - 类 中的方法com.xnx3.weixin.bean.SignatureBean
 
SHA1 - com.xnx3.weixin中的类
SHA1 加密
SHA1() - 类 的构造器com.xnx3.weixin.SHA1
 
SignatureBean - com.xnx3.weixin.bean中的类
JS SDK 签名获取的值,包含signature、noncestr、timestamp等
SignatureBean() - 类 的构造器com.xnx3.weixin.bean.SignatureBean
 

T

toString() - 类 中的方法com.xnx3.weixin.bean.AccessToken
 
toString() - 类 中的方法com.xnx3.weixin.bean.JsapiTicket
 
toString() - 类 中的方法com.xnx3.weixin.bean.MessageReceive
 
toString() - 类 中的方法com.xnx3.weixin.bean.SignatureBean
 
toString() - 类 中的方法com.xnx3.weixin.bean.UserInfo
 
toString() - 类 中的方法com.xnx3.weixin.vo.Jscode2sessionResultVO
 

U

USER_INFO_URL - 类 中的静态变量com.xnx3.weixin.WeiXinUtil
 
UserInfo - com.xnx3.weixin.bean中的类
获取到的微信的用户信息
UserInfo() - 类 的构造器com.xnx3.weixin.bean.UserInfo
 

W

WeiXinUtil - com.xnx3.weixin中的类
微信基本操作-不涉及小程序。
WeiXinUtil(String, String, String) - 类 的构造器com.xnx3.weixin.WeiXinUtil
微信基本操作-不涉及小程序。

X

XiaoChengXuUtil - com.xnx3.weixin中的类
微信小程序
XiaoChengXuUtil(String, String) - 类 的构造器com.xnx3.weixin.XiaoChengXuUtil
初始化
A C D E G I J M N O R S T U W X 
跳过导航链接

Copyright © 2019. All rights reserved.