GET api/ExamLogin/UnBinding?openid={openid}&temptime={temptime}&sign={sign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UnBindingInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Result": true
},
{
"Result": true
}
]