GET api/e/ys/BindPhone?memberID={memberID}&code={code}&encryptedData={encryptedData}&iv={iv}
通过iv获得手机号,并且绑定手机号到账号
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberID |
会员ID |
globally unique identifier |
Required |
code |
解析数据的Code |
string |
None. |
encryptedData |
加密数据 |
string |
None. |
iv | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.