GET api/LoginRegInfo?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
UP_IS| Name | Description | Type | Additional information |
|---|---|---|---|
| Isperfect | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Isperfect": "sample string 1",
"Message": "sample string 2"
}