Authored by ccbikai(👎🏻🍜)

Merge branch 'release/5.5.1' of git.yoho.cn:fe/yohobuywap-node into release/5.5.1

... ... @@ -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)
... ...