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
姜枫
2017-02-09 14:51:47 +0800
Commit
80457d05a403a0d97c57d0166af496a8ef08f749
1 parent
27564e61
fix limiter page
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/3party/models/robot-check-service.js
apps/3party/models/robot-check-service.js
View file @
80457d0
...
...
@@ -17,7 +17,7 @@ const index = co(function* (channel) {
const
removeBlack
=
co
(
function
*
(
remoteIp
)
{
let
key
=
`
pc
:
limiter
:
$
{
remoteIp
}
`
;
return
cache
.
delAsync
(
key
)
return
cache
.
delAsync
(
key
)
;
});
module
.
exports
=
{
...
...
Please
register
or
login
to post a comment