Authored by 郭成尧

black-list

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