Authored by 陈峰

修改登录接口

@@ -25,7 +25,7 @@ class Auth { @@ -25,7 +25,7 @@ class Auth {
25 25
26 static signinAes(area, profile, password, shoppingKey) { 26 static signinAes(area, profile, password, shoppingKey) {
27 let param = { 27 let param = {
28 - method: 'app.passport.signinAES', 28 + method: 'app.passport.signinWebV2',
29 area: area, 29 area: area,
30 profile: profile, 30 profile: profile,
31 password: aes.aesPwd(password) 31 password: aes.aesPwd(password)
@@ -13,7 +13,7 @@ const domains = { @@ -13,7 +13,7 @@ const domains = {
13 liveApi: 'http://testapi.live.yohops.com:9999/', 13 liveApi: 'http://testapi.live.yohops.com:9999/',
14 singleApi: 'http://api-test3.yohops.com:9999/', 14 singleApi: 'http://api-test3.yohops.com:9999/',
15 15
16 - api: 'http://dev-api.yohops.com:9999/', 16 + api: 'http://api-test3.yohops.com:9999/',
17 service: 'http://dev-service.yohops.com:9999/', 17 service: 'http://dev-service.yohops.com:9999/',
18 18
19 // liveApi: 'http://api.live.yoho.cn/', 19 // liveApi: 'http://api.live.yoho.cn/',