Authored by 郭成尧

black-list

@@ -3,7 +3,8 @@ const _ = require('lodash'); @@ -3,7 +3,8 @@ const _ = require('lodash');
3 // 黑名单参数 3 // 黑名单参数
4 const BLACK_LIST = [ 4 const BLACK_LIST = [
5 'client_secret', 5 'client_secret',
6 - 'method' 6 + 'method',
  7 + 'openby:yohobuy'
7 ]; 8 ];
8 9
9 module.exports = () => { 10 module.exports = () => {