Authored by 陈峰

Merge branch 'feature/session' into 'release/5.5.1'

Feature/session



See merge request !422
... ... @@ -25,7 +25,7 @@ class Auth {
static signinAes(area, profile, password, shoppingKey) {
let param = {
method: 'app.passport.signinAES',
method: 'app.passport.signinWebV2',
area: area,
profile: profile,
password: aes.aesPwd(password)
... ...