Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu authored Apr 17, 2024
1 parent 0dd6936 commit 374714f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,13 @@ typ, id, err := client.UnwrapShortUrl("https://b23.tv/xxxxxx")
now, err := client.Now()

// av号转bv号
bilibili.AvToBv(111298867365120)
bvid := bilibili.AvToBv(111298867365120)

// bv号转av号
bilibili.BvToAv("BV1L9Uoa9EUx")
aid := bilibili.BvToAv("BV1L9Uoa9EUx")

// 通过ip确定地理位置
zoneLocation, err := client.GetZoneLocation()
```

### 设置*resty.Client的一些参数
Expand Down

0 comments on commit 374714f

Please sign in to comment.