Authored by htoooth

Merge branch 'feature/user-session' into feature/format

... ... @@ -9,7 +9,7 @@ const api = global.yoho.API;
const signinByPasswordWithAes = (area, profile, password, shoppingKey) => {
let param = {
method: 'app.passport.signinWebV2',
method: 'app.passport.signinAES',
area: area,
profile: profile,
password: aes.aesPwd(password)
... ...