Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
7 years ago
Commit
d08c499211be490a3cb66bd0ed4b1b4e638c05c7
1 parent
f9942535
lint
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
utils/parameter.js
utils/parameter.js
View file @
d08c499
...
...
@@ -7,6 +7,7 @@
'use strict'
;
const
_
=
require
(
'lodash'
);
// const logger = global.yoho.logger;
const
queryString
=
require
(
'querystring'
);
...
...
@@ -57,6 +58,7 @@ const transformKey = (params, isFull) => {
matchParams
[
name
]
=
value
;
}
else
{
extraParams
[
key
]
=
value
;
// logger.info(`list parameter [${key}] map value not found`);
}
});
...
...
Please
register
or
login
to post a comment