Uses of Class
com.foxinmy.weixin4j.model.WeixinAccount
-
-
Uses of WeixinAccount in com.foxinmy.weixin4j.model
Subclasses of WeixinAccount in com.foxinmy.weixin4j.model Modifier and Type Class Description class
WeixinPayAccount
Deprecated.支付相关的类现已迁移到weixin4j-pay子模块 -
Uses of WeixinAccount in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp that return WeixinAccount Modifier and Type Method Description WeixinAccount
WeixinProxy. getWeixinAccount()
获取微信账号信息Constructors in com.foxinmy.weixin4j.mp with parameters of type WeixinAccount Constructor Description WeixinProxy(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager)
微信接口实现 -
Uses of WeixinAccount in com.foxinmy.weixin4j.mp.api
Constructors in com.foxinmy.weixin4j.mp.api with parameters of type WeixinAccount Constructor Description OauthApi(WeixinAccount account)
传入appid、appsecret信息 -
Uses of WeixinAccount in com.foxinmy.weixin4j.mp.model
Subclasses of WeixinAccount in com.foxinmy.weixin4j.mp.model Modifier and Type Class Description class
WeixinMpAccount
微信公众号信息Methods in com.foxinmy.weixin4j.mp.model that return types with arguments of type WeixinAccount Modifier and Type Method Description List<WeixinAccount>
WeixinMpAccount. getComponents()
Constructor parameters in com.foxinmy.weixin4j.mp.model with type arguments of type WeixinAccount Constructor Description WeixinMpAccount(String appId, String appSecret, List<WeixinAccount> components)
-
Uses of WeixinAccount in com.foxinmy.weixin4j.mp.oldpayment
Subclasses of WeixinAccount in com.foxinmy.weixin4j.mp.oldpayment Modifier and Type Class Description class
WeixinOldPayAccount
微信支付账户(2014年10月申请支付的老版本) -
Uses of WeixinAccount in com.foxinmy.weixin4j.pay.model
Subclasses of WeixinAccount in com.foxinmy.weixin4j.pay.model Modifier and Type Class Description class
WeixinPayAccount
微信支付账户 -
Uses of WeixinAccount in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return WeixinAccount Modifier and Type Method Description WeixinAccount
WeixinProxy. getWeixinAccount()
获取微信账号信息Constructors in com.foxinmy.weixin4j.qy with parameters of type WeixinAccount Constructor Description WeixinProxy(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager)
微信接口实现 -
Uses of WeixinAccount in com.foxinmy.weixin4j.qy.api
Constructors in com.foxinmy.weixin4j.qy.api with parameters of type WeixinAccount Constructor Description OauthApi(WeixinAccount account)
传入corpid、appsecret信息 -
Uses of WeixinAccount in com.foxinmy.weixin4j.qy.model
Subclasses of WeixinAccount in com.foxinmy.weixin4j.qy.model Modifier and Type Class Description class
WeixinQyAccount
微信企业号信息Methods in com.foxinmy.weixin4j.qy.model that return types with arguments of type WeixinAccount Modifier and Type Method Description List<WeixinAccount>
WeixinQyAccount. getSuites()
Constructor parameters in com.foxinmy.weixin4j.qy.model with type arguments of type WeixinAccount Constructor Description WeixinQyAccount(String corpid, String corpsecret, List<WeixinAccount> suites, String providerSecret, String chatSecret)
-
Uses of WeixinAccount in com.foxinmy.weixin4j.util
Methods in com.foxinmy.weixin4j.util that return WeixinAccount Modifier and Type Method Description static WeixinAccount
Weixin4jConfigUtil. getWeixinAccount()
获取微信账号信息 -
Uses of WeixinAccount in com.foxinmy.weixin4j.wxa
Constructors in com.foxinmy.weixin4j.wxa with parameters of type WeixinAccount Constructor Description WeixinAppFacade(WeixinAccount weixinAccount)
ConstructsWeixinAppFacade
usingFileCacheStorager
.WeixinAppFacade(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager)
ConstructsWeixinAppFacade
using specifiedCacheStorager
.WeixinAppFacade(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager, Properties properties)
ConstructsWeixinAppFacade
using specifiedCacheStorager
, and overrides properties defined inweixin.properties
. -
Uses of WeixinAccount in com.foxinmy.weixin4j.wxa.api
Constructors in com.foxinmy.weixin4j.wxa.api with parameters of type WeixinAccount Constructor Description LoginApi(WeixinAccount weixinAccount)
LoginApi(WeixinAccount weixinAccount, Properties properties)
-