程序包 | 说明 |
---|---|
me.chanjar.weixin.open.api | |
me.chanjar.weixin.open.api.impl | |
me.chanjar.weixin.open.bean.message | |
me.chanjar.weixin.open.util |
限定符和类型 | 方法和说明 |
---|---|
WxOpenConfigStorage |
WxOpenService.getWxOpenConfigStorage()
Gets wx open config storage.
|
WxOpenConfigStorage |
WxOpenComponentService.getWxOpenConfigStorage()
Gets wx open config storage.
|
限定符和类型 | 方法和说明 |
---|---|
void |
WxOpenService.setWxOpenConfigStorage(WxOpenConfigStorage wxOpenConfigStorage)
Sets wx open config storage.
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractWxOpenInRedisConfigStorage |
class |
WxOpenInMemoryConfigStorage
基于内存的微信配置provider,在实际生产环境中应该将这些配置持久化
|
class |
WxOpenInRedisConfigStorage |
class |
WxOpenInRedissonConfigStorage |
class |
WxOpenInRedisTemplateConfigStorage
RedisTemplateConfigStorage
|
限定符和类型 | 方法和说明 |
---|---|
WxOpenConfigStorage |
WxOpenComponentServiceImpl.getWxOpenConfigStorage() |
WxOpenConfigStorage |
WxOpenServiceAbstractImpl.getWxOpenConfigStorage() |
限定符和类型 | 方法和说明 |
---|---|
void |
WxOpenServiceAbstractImpl.setWxOpenConfigStorage(WxOpenConfigStorage wxOpenConfigStorage) |
构造器和说明 |
---|
WxOpenOAuth2ServiceImpl(String appId,
String appSecret,
WxOpenConfigStorage openConfigStorage) |
限定符和类型 | 方法和说明 |
---|---|
static WxMpXmlMessage |
WxOpenXmlMessage.fromEncryptedMpXml(String encryptedXml,
WxOpenConfigStorage wxOpenConfigStorage,
String timestamp,
String nonce,
String msgSignature) |
static WxOpenXmlMessage |
WxOpenXmlMessage.fromEncryptedXml(InputStream is,
WxOpenConfigStorage wxOpenConfigStorage,
String timestamp,
String nonce,
String msgSignature) |
static WxOpenXmlMessage |
WxOpenXmlMessage.fromEncryptedXml(String encryptedXml,
WxOpenConfigStorage wxOpenConfigStorage,
String timestamp,
String nonce,
String msgSignature)
从加密字符串转换
|
static String |
WxOpenXmlMessage.wxMpOutXmlMessageToEncryptedXml(WxMpXmlOutMessage message,
WxOpenConfigStorage wxOpenConfigStorage) |
构造器和说明 |
---|
WxOpenCryptUtil(WxOpenConfigStorage wxOpenConfigStorage)
构造函数
|
Copyright © 2024. All rights reserved.