public class CountryRegion extends Object
| 构造器和说明 |
|---|
CountryRegion(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetCountryRegionResp |
get(GetCountryRegionReq req)
查询单条国家/地区信息,查询单条国家/地区信息。
|
GetCountryRegionResp |
get(GetCountryRegionReq req,
RequestOptions reqOptions)
查询单条国家/地区信息,查询单条国家/地区信息。
|
ListCountryRegionResp |
list(ListCountryRegionReq req)
批量查询国家/地区信息,批量查询国家/地区信息。
|
ListCountryRegionResp |
list(ListCountryRegionReq req,
RequestOptions reqOptions)
批量查询国家/地区信息,批量查询国家/地区信息。
|
public CountryRegion(Config config)
public GetCountryRegionResp get(GetCountryRegionReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetCountryRegionResp get(GetCountryRegionReq req) throws Exception
Exceptionpublic ListCountryRegionResp list(ListCountryRegionReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListCountryRegionResp list(ListCountryRegionReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.