GET api/LoginRegInfo?Num={Num}&openid={openid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Num | integer |
Required |
|
| openid | 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
}
]