Authored by 姜枫

upate alipay login

... ... @@ -74,7 +74,7 @@ AlipayStrategy.prototype.authenticate = function(req, options) {
realName: req.query.realName,
email: req.query.email
};
this.success(user, null);
} else {
this.error('alipay login fail');
... ...