POST api/v2/member/password/modify
修改密码(-10.旧密码错误)
Request Information
URI Parameters
None.
Body Parameters
MemberModifyPasswordReqContractName | Description | Type | Additional information |
---|---|---|---|
memberguid |
会员guid |
string |
None. |
oldpwd |
旧密码 |
string |
None. |
newpwd |
New密码 |
string |
None. |
modifytype |
修改密码类型 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "memberguid": "sample string 1", "oldpwd": "sample string 2", "newpwd": "sample string 3", "modifytype": 4 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
修改密码(-10.旧密码错误)
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2" }