public class DefaultDingTalkClient extends DefaultTaobaoClient implements DingTalkClient
appKey, appSecret, connectTimeout, format, needCheckRequest, needEnableParser, readTimeout, serverUrl, signMethod, useGzipEncoding, useSimplifyJson| 构造器和说明 |
|---|
DefaultDingTalkClient(String serverUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends TaobaoResponse> |
execute(TaobaoRequest<T> request,
String session)
执行隐私API请求。
|
<T extends TaobaoResponse> |
execute(TaobaoRequest<T> request,
String accessKey,
String accessSecret)
使用签名方式访问
|
<T extends TaobaoResponse> |
execute(TaobaoRequest<T> request,
String accessKey,
String accessSecret,
String suiteTicket) |
<T extends TaobaoResponse> |
execute(TaobaoRequest<T> request,
String accessKey,
String accessSecret,
String suiteTicket,
String corpId) |
enableHttpDns, enableHttpDns, execute, getAppKey, getAppSecret, getConnectTimeout, getFormat, getProxy, getReadTimeout, getRealResponseType, getRequestUrl, getSdkVersion, getServerUrl, getSignMethod, getTopHttpDnsHost, invokeApi, isNeedCheckRequest, isNeedEnableParser, isUseGzipEncoding, isUseSimplifyJson, resetServerUrl, setConnectTimeout, setIgnoreSSLCheck, setNeedCheckRequest, setNeedEnableLogger, setNeedEnableParser, setProxy, setReadTimeout, setRealFormat, setUseGzipEncoding, setUseSimplifyJsonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic DefaultDingTalkClient(String serverUrl)
public <T extends TaobaoResponse> T execute(TaobaoRequest<T> request, String accessKey, String accessSecret) throws ApiException
DingTalkClientexecute 在接口中 DingTalkClientApiExceptionpublic <T extends TaobaoResponse> T execute(TaobaoRequest<T> request, String accessKey, String accessSecret, String suiteTicket) throws ApiException
execute 在接口中 DingTalkClientApiExceptionpublic <T extends TaobaoResponse> T execute(TaobaoRequest<T> request, String session) throws ApiException
TaobaoClientexecute 在接口中 TaobaoClientexecute 在类中 DefaultTaobaoClientT - 具体的API响应类request - 具体的API请求类session - 用户授权码ApiExceptionpublic <T extends TaobaoResponse> T execute(TaobaoRequest<T> request, String accessKey, String accessSecret, String suiteTicket, String corpId) throws ApiException
execute 在接口中 DingTalkClientApiExceptionCopyright © 2020. All rights reserved.