GET api/Hotel/HelpCut?orderId={orderId}&openId={openId}&nickName={nickName}&avatarUrl={avatarUrl}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | string |
Required |
|
| openId | string |
Required |
|
| nickName | string |
Required |
|
| avatarUrl | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}