GET api/User/GetUserPhone?key={key}&iv={iv}&txt={txt}
“GetUserPhone”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
key | “key”的文档。 |
Define this parameter in the request URI. |
iv | “iv”的文档。 |
Define this parameter in the request URI. |
txt | “txt”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "phoneNumber": "sample string 1", "purePhoneNumber": "sample string 2", "countryCode": "sample string 3", "success": true }
application/xml, text/xml
Sample:
<WxPhoneInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models"> <countryCode>sample string 3</countryCode> <phoneNumber>sample string 1</phoneNumber> <purePhoneNumber>sample string 2</purePhoneNumber> <success>true</success> </WxPhoneInfo>