public interface DingTalkClient extends TaobaoClient
| 限定符和类型 | 方法和说明 |
|---|---|
<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 © 2020. All rights reserved.