POST api/Account/findpassword
找回密码
Request Information
URI Parameters
None.
Body Parameters
FindPassWordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MobilePhone |
手机号码 |
string |
None. |
| ValidateCode |
短信验证码 |
string |
None. |
| PassWord |
密码 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobilePhone": "sample string 1",
"ValidateCode": "sample string 2",
"PassWord": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
找回密码
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.