public class ApiServiceImpl extends BaseService implements ApiService
| 构造器和说明 |
|---|
ApiServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultResponse |
getIpInfo(ApiClient qiApiClient,
IpInfoRequest request)
获取ip信息
|
ResultResponse |
getIpInfo(IpInfoRequest request)
获取ip信息
|
PoisonousChickenSoupResponse |
getPoisonousChickenSoup()
随机毒鸡汤
|
PoisonousChickenSoupResponse |
getPoisonousChickenSoup(ApiClient qiApiClient)
喝毒鸡汤
|
RandomWallpaperResponse |
getRandomWallpaper(ApiClient qiApiClient,
RandomWallpaperRequest request)
获取随机壁纸
|
RandomWallpaperResponse |
getRandomWallpaper(RandomWallpaperRequest request)
获取随机壁纸
|
ResultResponse |
getWeatherInfo(ApiClient qiApiClient,
WeatherRequest request)
获取天气信息
|
ResultResponse |
getWeatherInfo(WeatherRequest request)
获取天气信息
|
ResultResponse |
horoscope(ApiClient qiApiClient,
HoroscopeRequest request)
星座运势
|
ResultResponse |
horoscope(HoroscopeRequest request)
星座运势
|
LoveResponse |
randomLoveTalk()
随意情话
|
LoveResponse |
randomLoveTalk(ApiClient qiApiClient)
随意情话
|
checkConfig, request, request, resclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequest, requestpublic PoisonousChickenSoupResponse getPoisonousChickenSoup() throws ApiException
ApiServicegetPoisonousChickenSoup 在接口中 ApiServicePoisonousChickenSoupResponseApiException - 业务异常public PoisonousChickenSoupResponse getPoisonousChickenSoup(ApiClient qiApiClient) throws ApiException
ApiServicegetPoisonousChickenSoup 在接口中 ApiServiceqiApiClient - api客户端PoisonousChickenSoupResponseApiException - 业务异常public RandomWallpaperResponse getRandomWallpaper(RandomWallpaperRequest request) throws ApiException
ApiServicegetRandomWallpaper 在接口中 ApiServicerequest - 要求RandomWallpaperResponseApiException - 业务异常public RandomWallpaperResponse getRandomWallpaper(ApiClient qiApiClient, RandomWallpaperRequest request) throws ApiException
ApiServicegetRandomWallpaper 在接口中 ApiServiceqiApiClient - api客户端request - 要求RandomWallpaperResponseApiException - 业务异常public LoveResponse randomLoveTalk() throws ApiException
ApiServicerandomLoveTalk 在接口中 ApiServiceLoveResponseApiException - 业务异常public LoveResponse randomLoveTalk(ApiClient qiApiClient) throws ApiException
ApiServicerandomLoveTalk 在接口中 ApiServiceqiApiClient - api客户端LoveResponseApiException - 业务异常public ResultResponse horoscope(HoroscopeRequest request) throws ApiException
ApiServicehoroscope 在接口中 ApiServicerequest - 要求ResultResponseApiException - 业务异常public ResultResponse horoscope(ApiClient qiApiClient, HoroscopeRequest request) throws ApiException
ApiServicehoroscope 在接口中 ApiServiceqiApiClient - api客户端request - 要求ResultResponseApiException - 业务异常public ResultResponse getIpInfo(ApiClient qiApiClient, IpInfoRequest request) throws ApiException
ApiServicegetIpInfo 在接口中 ApiServiceqiApiClient - api客户端request - 要求ResultResponseApiException - 业务异常public ResultResponse getIpInfo(IpInfoRequest request) throws ApiException
ApiServicegetIpInfo 在接口中 ApiServicerequest - 要求ResultResponseApiException - 业务异常public ResultResponse getWeatherInfo(ApiClient qiApiClient, WeatherRequest request) throws ApiException
ApiServicegetWeatherInfo 在接口中 ApiServiceqiApiClient - api客户端request - 要求ResultResponseApiException - 业务异常public ResultResponse getWeatherInfo(WeatherRequest request) throws ApiException
ApiServicegetWeatherInfo 在接口中 ApiServicerequest - 要求ResultResponseApiException - 业务异常Copyright © 2024. All rights reserved.