POST API/Account/ResetPassword

忘记密码:第三步 重置密码 返回值:{"Status":true,"Message":"","Data":{ Valid = false/true, Message = "参数为空"}}

Request Information

Parameters

NameDescriptionAdditional information
resetPassword

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Tel": "sample string 1",
  "Password": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiResetPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models">
  <Password>sample string 2</Password>
  <Tel>sample string 1</Tel>
</ApiResetPassword>

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 'ApiResetPassword'.