...
|
...
|
@@ -15,7 +15,7 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
|
|
|
signinByPasswordWithAes(area, profile, password, shoppingKey, id, captcha) {
|
|
|
let param = {
|
|
|
method: 'smart.inner.go',
|
|
|
method: 'smart.forward.go',
|
|
|
area: area,
|
|
|
profile: profile,
|
|
|
password: aes.aesPwd(password),
|
...
|
...
|
|