public interface ApiService
<O,T extends ResultResponse> T request(BaseRequest<O,T> request) throws ApiException
request - 要求HttpResponseApiException - 业务异常<O,T extends ResultResponse> T request(ApiClient qiApiClient, BaseRequest<O,T> request) throws ApiException
qiApiClient - api客户端request - 要求TApiException - 业务异常PoisonousChickenSoupResponse getPoisonousChickenSoup() throws ApiException
PoisonousChickenSoupResponseApiException - 业务异常PoisonousChickenSoupResponse getPoisonousChickenSoup(ApiClient qiApiClient) throws ApiException
qiApiClient - api客户端PoisonousChickenSoupResponseApiException - 业务异常RandomWallpaperResponse getRandomWallpaper(RandomWallpaperRequest request) throws ApiException
request - 要求RandomWallpaperResponseApiException - 业务异常RandomWallpaperResponse getRandomWallpaper(ApiClient qiApiClient, RandomWallpaperRequest request) throws ApiException
qiApiClient - api客户端request - 要求RandomWallpaperResponseApiException - 业务异常LoveResponse randomLoveTalk() throws ApiException
LoveResponseApiException - 业务异常LoveResponse randomLoveTalk(ApiClient qiApiClient) throws ApiException
qiApiClient - api客户端LoveResponseApiException - 业务异常ResultResponse horoscope(HoroscopeRequest request) throws ApiException
request - 要求ResultResponseApiException - 业务异常ResultResponse horoscope(ApiClient qiApiClient, HoroscopeRequest request) throws ApiException
qiApiClient - api客户端request - 要求ResultResponseApiException - 业务异常ResultResponse getIpInfo(ApiClient qiApiClient, IpInfoRequest request) throws ApiException
qiApiClient - api客户端request - 要求ResultResponseApiException - 业务异常ResultResponse getIpInfo(IpInfoRequest request) throws ApiException
request - 要求ResultResponseApiException - 业务异常ResultResponse getWeatherInfo(ApiClient apiClient, WeatherRequest request) throws ApiException
apiClient - api客户端request - 要求ResultResponseApiException - 业务异常ResultResponse getWeatherInfo(WeatherRequest request) throws ApiException
request - 要求ResultResponseApiException - 业务异常Copyright © 2024. All rights reserved.