Authored by 陈峰

修改登录接口

... ... @@ -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)
... ...
... ... @@ -13,7 +13,7 @@ const domains = {
liveApi: 'http://testapi.live.yohops.com:9999/',
singleApi: 'http://api-test3.yohops.com:9999/',
api: 'http://dev-api.yohops.com:9999/',
api: 'http://api-test3.yohops.com:9999/',
service: 'http://dev-service.yohops.com:9999/',
// liveApi: 'http://api.live.yoho.cn/',
... ...