public class WeChatMpServiceOkHttpImpl
extends me.chanjar.weixin.mp.api.impl.WxMpServiceOkHttpImpl
| Constructor and Description |
|---|
WeChatMpServiceOkHttpImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken(boolean forceRefresh)
获取 access_token 值
|
String |
getTicket(me.chanjar.weixin.mp.enums.TicketType type,
boolean forceRefresh)
获取 ticket 值
|
getRequestHttpClient, getRequestHttpProxy, getRequestType, initHttpaddConfigStorage, buildQrConnectUrl, checkSignature, clearQuota, createJsapiSignature, execute, execute, executeInternal, get, get, getAccessToken, getAiOpenService, getBlackListService, getCallbackIP, getCardService, getCommentService, getCurrentAutoReplyInfo, getDataCubeService, getDeviceService, getJsapiTicket, getJsapiTicket, getKefuService, getMarketingService, getMassMessageService, getMaterialService, getMemberCardService, getMenuService, getOcrService, getQrcodeService, getRequestHttp, getShakeService, getStoreService, getSubscribeMsgService, getTemplateMsgService, getTicket, getUserService, getUserTagService, getWifiService, getWxMpConfigStorage, oauth2buildAuthorizationUrl, oauth2getAccessToken, oauth2getUserInfo, oauth2refreshAccessToken, oauth2validateAccessToken, post, post, removeConfigStorage, semanticQuery, setAiOpenService, setBlackListService, setCardService, setCommentService, setDataCubeService, setDeviceService, setKefuService, setMarketingService, setMassMessageService, setMaterialService, setMaxRetryTimes, setMemberCardService, setMenuService, setMultiConfigStorages, setMultiConfigStorages, setOcrService, setQrCodeService, setRetrySleepMillis, setShakeService, setStoreService, setTagService, setTemplateMsgService, setUserService, setWxMpConfigStorage, shortUrl, switchover, switchoverTopublic String getAccessToken(boolean forceRefresh) throws me.chanjar.weixin.common.error.WxErrorException
getAccessToken in interface me.chanjar.weixin.mp.api.WxMpServicegetAccessToken in class me.chanjar.weixin.mp.api.impl.WxMpServiceOkHttpImplforceRefresh - 是否强制刷新me.chanjar.weixin.common.error.WxErrorExceptionpublic String getTicket(me.chanjar.weixin.mp.enums.TicketType type, boolean forceRefresh) throws me.chanjar.weixin.common.error.WxErrorException
getTicket in interface me.chanjar.weixin.mp.api.WxMpServicegetTicket in class me.chanjar.weixin.mp.api.impl.BaseWxMpServiceImpl<okhttp3.OkHttpClient,me.chanjar.weixin.common.util.http.okhttp.OkHttpProxyInfo>type - ticket类型forceRefresh - 是否强制刷新me.chanjar.weixin.common.error.WxErrorExceptionCopyright © 2018–2019. All rights reserved.