bcrypt.compare(_password, user.password, function(err, isMatch) {
if (err) return cb(err)
}
一直有err存在,err是Incorrect arguments
求大神
相关问题
相关分类