public interface DingTalkClient extends TaobaoClient
| Modifier and Type | Method and Description |
|---|---|
<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) |
execute, execute<T extends TaobaoResponse> T execute(TaobaoRequest<T> request, String accessKey, String accessSecret) throws ApiException
T - request - accessKey - accessSecret - ApiException<T extends TaobaoResponse> T execute(TaobaoRequest<T> request, String accessKey, String accessSecret, String suiteTicket) throws ApiException
ApiException<T extends TaobaoResponse> T execute(TaobaoRequest<T> request, String accessKey, String accessSecret, String suiteTicket, String corpId) throws ApiException
ApiExceptionCopyright © 2021. All rights reserved.