POST api/Site/DecryptMiniProgramPhone
Request Information
URI Parameters
None.
Body Parameters
MiniPhoneEncryptData| Name | Description | Type | Additional information |
|---|---|---|---|
| encryptedData | string |
None. |
|
| iv | string |
None. |
|
| sessionKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"encryptedData": "sample string 1",
"iv": "sample string 2",
"sessionKey": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDataMsgOfTelUserInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | TelUserInfoModel |
None. |
|
| Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {
"PhoneNumber": "sample string 1",
"PurePhoneNumber": "sample string 2",
"CountryCode": "sample string 3"
},
"Code": 3
}