Merge branch 'feature/user-session' into feature/format
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -9,7 +9,7 @@ const api = global.yoho.API; | @@ -9,7 +9,7 @@ const api = global.yoho.API; | ||
9 | 9 | ||
10 | const signinByPasswordWithAes = (area, profile, password, shoppingKey) => { | 10 | const signinByPasswordWithAes = (area, profile, password, shoppingKey) => { |
11 | let param = { | 11 | let param = { |
12 | - method: 'app.passport.signinWebV2', | 12 | + method: 'app.passport.signinAES', |
13 | area: area, | 13 | area: area, |
14 | profile: profile, | 14 | profile: profile, |
15 | password: aes.aesPwd(password) | 15 | password: aes.aesPwd(password) |
-
Please register or login to post a comment