AV.User.resetPasswordBySmsCode(code, newPWD).then( () => { // 密码重置成功
}, (error) => { // 验证码不正确 //回调这里,错误是[Function bound overrideMethod] } );