通过邮箱,重设密码

magento rest api 收藏
0 39

1、发送重设密码邮件

  1. url : http://example.com/rest/V1/customers/password
  2. Http method : PUT
  3. Http header : Content-Type application/json
  4. Json Body : {"email":"test@gmail.com","websiteId":1,"template":"email_reset"}

2、通过邮箱接收的token重设密码

  1. url : http://example.com/rest/V1/customers/resetPassword
  2. Http method : POST
  3. Http header : Content-Type application/json
  4. Json Body : {"email":"test@gmail.com","resetToken":"token received in mail","newPassword":"new password"}


下一主题: 暂时没有数据
    暂时没有人评论
精选帖子
热门帖子
1创建flutter应用 93
2js 变量命令法 92
3回流和重绘 92
4js 添加邮箱验证 91
5应用配置 91
6flutter 构建模式 90
7在phtml中使用图片 89
8作用域 89
9v-if 和 v-else 89