Authored by htoooth

fix ip

... ... @@ -51,7 +51,7 @@ passport.use('local', new LocalStrategy({
}
let shoppingKey = cookie.getShoppingKey(req);
let clientIp = req.clientIp;
let clientIp = req.yoho.clientIp;
let account = req.body.account;
let type = req.body.loginType;
... ...