Authored by 郭成尧

login-problem

... ... @@ -14,6 +14,7 @@ const QQStrategy = require('passport-qq').Strategy;
const AlipayStrategy = require('./models/passport-alipay').Strategy;
const _ = require('lodash');
// const md5 = require('md5');
const config = global.yoho.config;
... ...