bcrypt.compare(_password, user.password, function(err, isMatch) { if (err) return cb(err)}一直有err存在,err是Incorrect arguments求大神
我使用bcrypt.compare一直返回錯誤Incorrect arguments
SherryHolmes
2017-09-13 10:43:36