GET api/Registration?IsRegistration={IsRegistration}&openid={openid}&temptime={temptime}&sign={sign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IsRegistration | integer |
Required |
|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnCode | integer |
None. |
|
| Message | string |
None. |
|
| OtherCode | string |
None. |
|
| OtherMesge | string |
None. |
|
| RemindCode | integer |
None. |
|
| RemindMesge | string |
None. |
|
| OtherMesgeOne | string |
None. |
|
| OtherMesgeTwo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReturnCode": 1,
"Message": "sample string 2",
"OtherCode": "sample string 3",
"OtherMesge": "sample string 4",
"RemindCode": 5,
"RemindMesge": "sample string 6",
"OtherMesgeOne": "sample string 7",
"OtherMesgeTwo": "sample string 8"
}