POST api/Account/findpassword

找回密码

Request Information

URI Parameters

None.

Body Parameters

FindPassWordModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FindPassWordModel'.

Response Information

Resource Description

找回密码

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.