GET api/Public?openid={openid}&timeStamp={timeStamp}&sign={sign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| timeStamp | integer |
Required |
|
| sign | string |
Required |
Body Parameters
None.
Response Information
Resource Description
VerificationInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| firstName | integer |
None. |
|
| timeStamp | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"firstName": 1,
"timeStamp": 2
}