POST api/User/UpdatePwd
用户重置密码
Request Information
URI Parameters
None.
Body Parameters
加密前的数据格式:{"LoginName":"name","LoginPrePwd":"原先的密码","LoginPwd":"pwd"}
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
Response Information
Resource Description
用户重置密码
CommonOutDtoOfInt32Name | Description | Type | Additional information |
---|---|---|---|
code | CommonOutCode |
None. |
|
data | integer |
None. |
|
message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 0, "data": 1, "message": "sample string 2" }