api重置用户密码 /v1/reset-pass 1个月前发布43015 reset_by string required 使用何种方式重置,可选为email, phone, email string 邮箱地址,当使用email方式重置密码时,此字段必填 captcha string 邮箱验证码,当使用email方式重置密码时,此字段必填 phone string 手机号,当使用phone方式重置密码时,此字段必填 phone_captcha string 手机验证码,当使用phone方式重置密码时,此字段必填 password string required 重置的密码 返回结果 提交内容 { "code": 0, "data": null, "msg": "重置成功!" } 提交内容 { "reset_by": "email", "email": "xxx@qq.com", "captcha": "abcd", "password": "efg" } © 版权声明文章版权归作者所有,转载请预留文章地址。s.wbsun.net
暂无评论内容