public class WxChannelServiceHttpClientImpl extends BaseWxChannelServiceImpl<org.apache.http.client.HttpClient,org.apache.http.HttpHost>
config| 构造器和说明 |
|---|
WxChannelServiceHttpClientImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
doGetAccessTokenRequest()
通过网络请求获取AccessToken
|
protected String |
doGetStableAccessTokenRequest(boolean forceRefresh)
获取稳定版接口调用凭据
|
org.apache.http.impl.client.CloseableHttpClient |
getRequestHttpClient() |
org.apache.http.HttpHost |
getRequestHttpProxy() |
HttpType |
getRequestType() |
void |
initHttp()
初始化http请求对象.
|
checkSignature, execute, execute0, executeInternal, executeWithoutLog, extractAccessToken, get, getAccessToken, getAccessToken, getAddressService, getAfterSaleService, getAssistantService, getBasicService, getBrandService, getCategoryService, getCompassFinderService, getCompassShopService, getConfig, getCooperationService, getCouponService, getFinderLiveService, getFreightTemplateService, getFundService, getHomePageService, getLeadComponentService, getLeagueProductService, getLeaguePromoterService, getLeagueSupplierService, getLeagueWindowService, getLiveDashboardService, getOrderService, getProductService, getRequestHttp, getSharerService, getVipService, getWarehouseService, post, post, post, post, setConfig, setMaxRetryTimes, setRetrySleepMillis, uploadpublic void initHttp()
BaseWxChannelServicepublic org.apache.http.impl.client.CloseableHttpClient getRequestHttpClient()
public org.apache.http.HttpHost getRequestHttpProxy()
public HttpType getRequestType()
protected String doGetAccessTokenRequest() throws IOException
BaseWxChannelServiceImpldoGetAccessTokenRequest 在类中 BaseWxChannelServiceImpl<org.apache.http.client.HttpClient,org.apache.http.HttpHost>IOException - IOExceptionprotected String doGetStableAccessTokenRequest(boolean forceRefresh) throws IOException
doGetStableAccessTokenRequest 在类中 BaseWxChannelServiceImpl<org.apache.http.client.HttpClient,org.apache.http.HttpHost>forceRefresh - false 为普通模式, true为强制刷新模式IOException - the io exceptionCopyright © 2025. All rights reserved.