POST api/Account/ForgetPassword

忘记密码忘记密码第三步

Request Information

URI Parameters

None.

Body Parameters

ForgotPassword
NameDescriptionTypeAdditional information
StaffType

boolean

None.

Tel

string

Required

Password

string

Required

String length: inclusive between 6 and 20

PasswordNew

string

None.

SMSCode

string

Required

String length: inclusive between 6 and 6

Request Formats

application/json, text/json

Sample:
{
  "StaffType": true,
  "Tel": "sample string 2",
  "Password": "sample string 3",
  "PasswordNew": "sample string 4",
  "SMSCode": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultObjOfString
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mesg": "sample string 2",
  "Data": "sample string 3"
}