Skip to content

Commit

Permalink
更新 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichao-poper committed Jan 12, 2017
1 parent 7fed1c3 commit 89d50f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
IPIP典型客户
![ipip客户](http://7xkxib.com1.z0.glb.clouddn.com/ipipservercom.png)

这是一个能够通过 Ip,获取该 IP 所在的位置,例如通过 ip:`171.12.10.156` 可以获得是 `中国河南郑州`以及相关邮编, 同样能获得国外的地址,但是没有国内详细。
这是一个能够通过 Ip,获取该 IP 所在的位置,例如通过 ip:`171.12.10.156` 可以获得是 `中国河南郑州`以及中国行政区划代码(支持到市级), 同样能获得国外的地址,但是没有国内详细。

>注意: 该免费数据库不提供经纬度、运营商、行政区等更详细的内容, 如果你有更多的需求可以考虑使用他们的收费服务。本包的目的是提供给需求简单, 手里没钱的程序员来获取定时更新的IP信息
Expand Down Expand Up @@ -60,7 +60,7 @@ array (size=4)
),
```

3.然后开始在你的项目里面使用了 `Ip::find('1.192.94.203')``Ip::find(Request::getClientIp())`
3.然后开始在你的项目里面使用了 `Ip::find('171.12.10.156')``Ip::find(Request::getClientIp())`


**对,很简单,只用一个方法,那就是 `find`**
Expand Down

0 comments on commit 89d50f1

Please sign in to comment.