Skip to content

Commit

Permalink
查询关注分组列表
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Nov 8, 2024
1 parent 37f768a commit b8485ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.go
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ type RelationTag struct {
func (c *Client) GetRelationTags() ([]RelationTag, error) {
const (
method = resty.MethodGet
url = "https://api.bilibili.com/x/relation/relations"
url = "https://api.bilibili.com/x/relation/tags"
)
return execute[[]RelationTag](c, method, url, nil)
}

0 comments on commit b8485ac

Please sign in to comment.