GET api/CusApple/getPhoneNumber?encryptedData={encryptedData}&IV={IV}&Session_key={Session_key}
AES解密:从小程序中 getPhoneNumber 返回值中,解析手机号码
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| encryptedData |
包括敏感数据在内的完整用户信息的加密数据,详细见加密数据解密算法 |
string |
Required |
| IV |
加密算法的初始向量 |
string |
Required |
| Session_key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AES解密:从小程序中 getPhoneNumber 返回值中,解析手机号码
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>