POST api/hotel/2c/customize/countrycity/{lang}
自定义国家城市区域
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
Body Parameters
None.
Response Information
Resource Description
自定义国家城市区域
ReturnResultOfTocCustomizeCountryCityContractName | Description | Type | Additional information |
---|---|---|---|
data | TocCustomizeCountryCityContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "worldareas": [ { "worldareaid": "sample string 1", "worldarea": "sample string 2", "areacode": "sample string 3" }, { "worldareaid": "sample string 1", "worldarea": "sample string 2", "areacode": "sample string 3" } ], "countrys": [ { "countryid": "sample string 1", "country": "sample string 2", "countrycode": "sample string 3", "worldareaid": "sample string 4", "orderby": 5, "citys": [ { "cityid": "sample string 1", "city": "sample string 2", "citycode": "sample string 3", "coverpic": "sample string 4", "orderby": 5, "ishot": true }, { "cityid": "sample string 1", "city": "sample string 2", "citycode": "sample string 3", "coverpic": "sample string 4", "orderby": 5, "ishot": true } ] }, { "countryid": "sample string 1", "country": "sample string 2", "countrycode": "sample string 3", "worldareaid": "sample string 4", "orderby": 5, "citys": [ { "cityid": "sample string 1", "city": "sample string 2", "citycode": "sample string 3", "coverpic": "sample string 4", "orderby": 5, "ishot": true }, { "cityid": "sample string 1", "city": "sample string 2", "citycode": "sample string 3", "coverpic": "sample string 4", "orderby": 5, "ishot": true } ] } ] }, "code": 1, "message": "sample string 2" }