public interface ChanjetClient
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
doExecute(ChanjetRequest<ChanjetResponse> request)
指定调用,返回HttpResponse
|
<T extends ChanjetResponse> |
execute(ChanjetRequest<T> request)
执行调用,返回json序列化后的对象
|
<T extends ChanjetResponse> T execute(ChanjetRequest<T> request) throws ChanjetApiException
T - request - ChanjetApiExceptionHttpResponse doExecute(ChanjetRequest<ChanjetResponse> request) throws ChanjetApiException
request - ChanjetApiExceptionCopyright © 2021. All rights reserved.