POST api/Hotel/GethotelDetail?hotelId={hotelId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
hotelId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AcResultSmallName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
data | Object |
None. |
|
state | integer |
None. |
|
success | boolean |
None. |
|
token | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 200, "message": "操作成功", "data": {}, "state": 1, "success": true, "token": "sample string 6" }