public interface DomainApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<GenericResponse<List<String>>> |
getApiDomainIp()
获取企业微信API域名IP段
|
io.reactivex.rxjava3.core.Single<GenericResponse<List<String>>> |
getCallbackIp()
获取企业微信服务器的ip段
|
@GET(value="get_api_domain_ip") io.reactivex.rxjava3.core.Single<GenericResponse<List<String>>> getApiDomainIp()
@GET(value="getcallbackip") io.reactivex.rxjava3.core.Single<GenericResponse<List<String>>> getCallbackIp()
Copyright © 2023. All rights reserved.