POST api/v2/member/email/reset/{lang}
會員重置密码Email发送
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
Body Parameters
MemberEmailRegisterContractName | Description | Type | Additional information |
---|---|---|---|
电邮 |
string |
None. |
|
returnurl |
验证返回的url地址 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "email": "sample string 1", "returnurl": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
會員重置密码Email发送
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" }