Authored by 毕凯

Update login.js

... ... @@ -325,7 +325,7 @@ const local = {
captchaShow: true
};
cache.set(`loginErrorIp:${req.yoho.clientIp}`, true, 3600).catch(log.error);
cache.set(`loginErrorIp:${req.yoho.clientIp}`, true, 3600 * 24).catch(log.error);
return res.json(obj);
}
} else {
... ...