Skip to content

Commit

Permalink
💡 update(commClient): add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Nov 6, 2021
1 parent 196b042 commit 0bbc27a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions comm_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,8 @@ func (c *CommClient) LiveGetAreaInfo() ([]*LiveAreaInfo, error) {

// LiveGetGuardList 获取直播间大航海列表
//
// roomID: 真实直播间ID
//
// mid: 主播mid
//
// pn: 页码
Expand Down Expand Up @@ -1194,6 +1196,8 @@ func (c *CommClient) LiveGetGuardList(roomID int64, mid int64, pn int, ps int) (

// LiveGetMedalRank 获取直播间粉丝勋章榜
//
// roomID: 真实直播间ID
//
// mid: 主播mid
func (c *CommClient) LiveGetMedalRank(roomID int64, mid int64) (*LiveMedalRank, error) {
resp, err := c.RawParse(
Expand Down

0 comments on commit 0bbc27a

Please sign in to comment.