diff --git a/comm_client.go b/comm_client.go index c268e12..08d59f3 100644 --- a/comm_client.go +++ b/comm_client.go @@ -1165,6 +1165,8 @@ func (c *CommClient) LiveGetAreaInfo() ([]*LiveAreaInfo, error) { // LiveGetGuardList 获取直播间大航海列表 // +// roomID: 真实直播间ID +// // mid: 主播mid // // pn: 页码 @@ -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(