Authored by htoooth

fix

... ... @@ -13,7 +13,7 @@ module.exports = class extends global.yoho.BaseModel {
super(ctx);
}
signinByPasswordWithAes(area, profile, password, shoppingKey,id, captcha) {
signinByPasswordWithAes(area, profile, password, shoppingKey, id, captcha) {
let param = {
method: 'smart.forward.go',
area: area,
... ...