GET api/e/ys/ResetPwd?memberID={memberID}&phone={phone}&verificatioCode={verificatioCode}&oldPwd={oldPwd}&newPwd={newPwd}
会员重设密码
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberID |
会员编号 |
globally unique identifier |
Required |
phone |
手机号 |
string |
Required |
verificatioCode |
验证码 |
string |
Required |
oldPwd |
旧密码 |
string |
Required |
newPwd |
新密码 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.