Package | Description |
---|---|
org.tinygroup.weixin | |
org.tinygroup.weixin.impl | |
org.tinygroup.weixin.util |
Modifier and Type | Method and Description |
---|---|
Client |
WeiXinConnector.getClient()
获取当前的管理号客户端信息
|
Modifier and Type | Method and Description |
---|---|
AccessToken |
WeiXinSender.connect(Client client)
取得微信认证
|
Modifier and Type | Method and Description |
---|---|
Client |
WeiXinConnectorDefault.getClient() |
Modifier and Type | Method and Description |
---|---|
AccessToken |
WeiXinSenderDefault.connect(Client client) |
void |
WeiXinConnectorDefault.setClient(Client client) |
Modifier and Type | Method and Description |
---|---|
static String |
WeiXinSignatureUtil.decryptMessage(String xml,
String timestamp,
String nonce,
Client client)
解密微信消息(需要配置微信通讯模式为加密模式)
|
static String |
WeiXinSignatureUtil.encryptMessage(String xml,
String timestamp,
String nonce,
Client client)
加密微信消息(需要配置微信通讯模式为加密模式)
微信加密算法采用AES算法,细节请参考文档:http://mp.weixin.qq.com/wiki/2/3478f69c0d0bbe8deb48d66a3111ff6e.html |
Copyright © 2006–2018 TinyGroup. All rights reserved.