Skip to content

Commit

Permalink
命名规范
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Sep 19, 2024
1 parent 4ba1a21 commit 02fd534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fav.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ type SelfFavourList struct {
URI string `json:"uri"`
}

// SelfFavourList 获取自己的收藏夹列表
func (c *Client) SelfFavourList() ([]SelfFavourList, error) {
// GetSelfFavourList 获取自己的收藏夹列表
func (c *Client) GetSelfFavourList() ([]SelfFavourList, error) {
const (
method = resty.MethodGet
url = "https://api.bilibili.com/x/v3/fav/folder/list4navigate"
Expand Down

0 comments on commit 02fd534

Please sign in to comment.