POST api/hotel/2c/region/{cityCode}
获取城市静态区域信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cityCode | string |
Required |
Body Parameters
TocHotelRegionRQContractName | Description | Type | Additional information |
---|---|---|---|
lang |
语言 |
string |
None. |
authuser |
用户身份信息 |
TC_UserContract |
None. |
Request Formats
application/json, text/json
Sample:
{ "lang": "sample string 1", "authuser": { "userid": "sample string 1", "password": "sample string 2" } }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
获取城市静态区域信息
ReturnResultOfTocHotelRegionRSContractName | Description | Type | Additional information |
---|---|---|---|
data | TocHotelRegionRSContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "regioncode": "sample string 1", "regionname": "sample string 2", "latitude": 3.1, "longtitude": 4.1 }, "code": 1, "message": "sample string 2" }