public class StableWeixinTokenFactory extends AbstractWeixinTokenFactory
httpClient, url| 构造器和说明 |
|---|
StableWeixinTokenFactory(WeixinSecretMapper mapper) |
StableWeixinTokenFactory(WeixinSecretMapper mapper,
boolean forceRefresh) |
StableWeixinTokenFactory(WeixinSecretMapper mapper,
HttpClient httpClient) |
StableWeixinTokenFactory(WeixinSecretMapper mapper,
HttpClient httpClient,
boolean forceRefresh) |
StableWeixinTokenFactory(WeixinSecretMapper mapper,
HttpClient httpClient,
String tokenUrl,
boolean forceRefresh) |
StableWeixinTokenFactory(WeixinSecretMapper mapper,
String tokenUrl) |
StableWeixinTokenFactory(WeixinSecretMapper mapper,
String tokenUrl,
boolean forceRefresh) |
public StableWeixinTokenFactory(@Nonnull
WeixinSecretMapper mapper)
public StableWeixinTokenFactory(@Nonnull
WeixinSecretMapper mapper,
boolean forceRefresh)
public StableWeixinTokenFactory(@Nonnull
WeixinSecretMapper mapper,
@Nonnull
HttpClient httpClient)
public StableWeixinTokenFactory(@Nonnull
WeixinSecretMapper mapper,
@Nonnull
HttpClient httpClient,
boolean forceRefresh)
public StableWeixinTokenFactory(@Nonnull
WeixinSecretMapper mapper,
@Nonnull
String tokenUrl)
public StableWeixinTokenFactory(@Nonnull
WeixinSecretMapper mapper,
@Nonnull
String tokenUrl,
boolean forceRefresh)
public StableWeixinTokenFactory(@Nonnull
WeixinSecretMapper mapper,
@Nonnull
HttpClient httpClient,
@Nonnull
String tokenUrl,
boolean forceRefresh)
protected Request buildRequest(@Nonnull String appId)
buildRequest 在类中 AbstractWeixinTokenFactoryCopyright © 2024. All rights reserved.