GET Api/Token/GetToken?openid={openid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthenticationModelOfJObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| data | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"data": null
}