Skip to content

Commit

Permalink
修改 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
awolfly9 committed Feb 13, 2017
1 parent 8a01b70 commit 7f82c54
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,22 @@ $ python runserver.py

服务器提供接口
####获取
```
http://127.0.0.1:8000/select?name=douban
```
####参数

参数

| Name | Type | Description |
| ----| ---- | ---- |
| name | str | 数据库名称 |




####删除
http://127.0.0.1:8000/delete?name=free_ipproxy&ip=27.197.144.181

参数

| Name | Type | Description |
| ----| ---- | ---- |
| name | str | 数据库名称 |
Expand All @@ -123,6 +126,8 @@ http://127.0.0.1:8000/delete?name=free_ipproxy&ip=27.197.144.181
####插入
http://127.0.0.1:8000/insert?name=douban&ip=555.22.22.55&port=335&country=%E4%B8%AD%E5%9B%BD&anonymity=1&https=yes&speed=5&source=100

参数

| Name | Type | Description | 是否必须|
| ----| ---- | ---- | ----|
| name | str | 数据库名称 ||
Expand Down

0 comments on commit 7f82c54

Please sign in to comment.