Showing
1 changed file
with
2 additions
and
1 deletions
@@ -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 = () => { |
-
Please register or login to post a comment