Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-apm
·
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
htoooth
2018-05-29 18:20:48 +0800
Commit
06425eb7f3b3c34564f3c660c6fa9ec7edd9320f
1 parent
05f7afde
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
middleware/ip-api.js
middleware/ip-api.js
View file @
06425eb
...
...
@@ -4,7 +4,7 @@ const _ = require('lodash');
const
ipQuery
=
new
IP2Region
();
const
PROVINCE
=
[
'内蒙古'
,
'新疆'
,
'广西'
,
'宁夏'
,
'西藏'
]
const
PROVINCE
=
[
'内蒙古'
,
'新疆'
,
'广西'
,
'宁夏'
,
'西藏'
]
;
function
getIsp
(
ip
)
{
try
{
...
...
Please
register
or
login
to post a comment