getMonthly

suspend fun getMonthly(year: Int, month: Int): List<GatheringMonthlyItem>

获取聚会月历 获取指定年月的聚会列表 端点:GET /api/proxy/furtv/gatherings/monthly 官方文档:https://vdsentnet.com/docs/api/gatherings#monthly

Return

List 聚会列表

Parameters

year

年份

month

月份


获取聚会月历(参数对象版本) 获取指定年月的聚会列表 端点:GET /api/proxy/furtv/gatherings/monthly 官方文档:https://vdsentnet.com/docs/api/gatherings#monthly

Return

List 聚会列表

Parameters

params

聚会月历参数