通过邮箱,重设密码

magento rest api 收藏
0 33

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在phtml中使用图片 80
2创建flutter应用 79
3js 变量命令法 78
4应用配置 78
5js 添加邮箱验证 77
6flutter 构建模式 77
7回流和重绘 77
8作用域 76
9const注意点 75