程序包 | 说明 |
---|---|
me.chanjar.weixin.cp.corpgroup.service | |
me.chanjar.weixin.cp.corpgroup.service.impl |
限定符和类型 | 方法和说明 |
---|---|
<T,E> T |
BaseWxCpCgServiceImpl.execute(RequestExecutor<T,E> executor,
String uri,
E data,
boolean withoutCorpAccessToken,
WxCpCorpGroupCorpGetTokenReq req)
Execute t.
|
<T,E> T |
BaseWxCpCgServiceImpl.execute(RequestExecutor<T,E> executor,
String uri,
E data,
WxCpCorpGroupCorpGetTokenReq req)
向微信端发送请求,在这里执行的策略是当发生access_token过期时才去刷新,然后重新执行请求,而不是全局定时请求.
|
protected <T,E> T |
BaseWxCpCgServiceImpl.executeInternal(RequestExecutor<T,E> executor,
String uri,
E data,
boolean withoutCorpAccessToken,
WxCpCorpGroupCorpGetTokenReq req)
Execute internal t.
|
protected <T,E> T |
BaseWxCpCgServiceImpl.executeInternal(RequestExecutor<T,E> executor,
String uri,
E data,
WxCpCorpGroupCorpGetTokenReq req)
Execute internal t.
|
String |
BaseWxCpCgServiceImpl.get(String url,
String queryParam,
boolean withoutCorpAccessToken,
WxCpCorpGroupCorpGetTokenReq req) |
String |
BaseWxCpCgServiceImpl.get(String url,
String queryParam,
WxCpCorpGroupCorpGetTokenReq req) |
WxCpMaTransferSession |
BaseWxCpCgServiceImpl.getCorpTransferSession(String userId,
String sessionKey,
WxCpCorpGroupCorpGetTokenReq req) |
WxCpLinkedCorpAgentPerm |
WxCpLinkedCorpServiceImpl.getLinkedCorpAgentPerm(WxCpCorpGroupCorpGetTokenReq req) |
List<WxCpLinkedCorpDepartment> |
WxCpLinkedCorpServiceImpl.getLinkedCorpDepartmentList(String departmentId,
WxCpCorpGroupCorpGetTokenReq req) |
List<WxCpLinkedCorpUser> |
WxCpLinkedCorpServiceImpl.getLinkedCorpSimpleUserList(String departmentId,
WxCpCorpGroupCorpGetTokenReq req) |
WxCpLinkedCorpUser |
WxCpLinkedCorpServiceImpl.getLinkedCorpUser(String userId,
WxCpCorpGroupCorpGetTokenReq req) |
List<WxCpLinkedCorpUser> |
WxCpLinkedCorpServiceImpl.getLinkedCorpUserList(String departmentId,
WxCpCorpGroupCorpGetTokenReq req) |
String |
BaseWxCpCgServiceImpl.post(String url,
String postData,
boolean withoutCorpAccessToken,
WxCpCorpGroupCorpGetTokenReq req)
Post string.
|
String |
BaseWxCpCgServiceImpl.post(String url,
String postData,
WxCpCorpGroupCorpGetTokenReq req) |
Copyright © 2024. All rights reserved.