Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RWGLQJ authored Sep 23, 2023
1 parent 425d61d commit 194e174
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,15 @@ GET http://localhost:5000/ip_location?ip=192.168.0.1
请求示例:
GET http://localhost:5000/ip_location?ip=192.168.0.1
```


## 获取接口信息接口:/api/up_info
* 获取b站up信息的接口
* 此接口使用selenium渲染完整的页面并取出数据,所以响应速度较慢
```
请求方法:GET
请求参数:
up_id:b站up主的id
请求示例:
GET http://localhost:5000/api/text](http://localhost:5000/api/up_info?up_id=457790653
```

0 comments on commit 194e174

Please sign in to comment.