1. 重置密码

POST:http://api.xdua.com/repass

字段名 字段位置 字段类型 字段说明 可选
apiv head string api的版本,默认是1.0.0 可选
by body String 注册方式:tel:电话号码,mail:邮箱注册 必选
ustr body String 电话格式是+86-15810419012,邮箱是通用邮箱格式 必选
vfcode body String 验证码 可选
pwd body String 密码,32位md5码 可选

请求数据格式

contentType:"application/x-www-form-urlencoded",

1.1. 返回数据

成功返回

{
    "error": 0,
    "result": {},
    "reason": "Success"
}

失败返回

{
    "error": 1,
    "reason": "失败的时候是具体原因"
    "result": {"uid":0,"added":0},
}

results matching ""

    No results matching ""