...
|
...
|
@@ -6,7 +6,9 @@ const _ = require('lodash'); |
|
|
const WHITE_LIST = [
|
|
|
'/3party/check',
|
|
|
'/passport/imagesNode',
|
|
|
'/passport/cert/headerTip'
|
|
|
'/passport/cert/headerTip',
|
|
|
'/passport/captcha/get',
|
|
|
'/3party/check/submit'
|
|
|
];
|
|
|
|
|
|
module.exports = (req, res, next) => {
|
...
|
...
|
|