GET api/WebChatApi/GetToken?code={code}&openid={openid}&v={v}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
|
| openid | string |
Required |
|
| v | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetOpenID| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
None. |
|
| state | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"openid": "sample string 1",
"state": 2
},
{
"openid": "sample string 1",
"state": 2
}
]