Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-01-05 15:23:26 +0800
Commit
287a3dbbf2464ea0a589ad22354b4145081bdb40
1 parent
f756aa5e
black-list
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
doraemon/middleware/req-params-filter.js
doraemon/middleware/req-params-filter.js
View file @
287a3db
...
...
@@ -3,7 +3,8 @@ const _ = require('lodash');
// 黑名单参数
const
BLACK_LIST
=
[
'client_secret'
,
'method'
'method'
,
'openby:yohobuy'
];
module
.
exports
=
()
=>
{
...
...
Please
register
or
login
to post a comment