小程序-云音乐
  1. 视频
小程序-云音乐
  • 使用须知
  • 首页中心
    • 榜单
      • 获取所有榜单
      • 根据榜单的ID获取榜单
    • 歌单
      • 获取推荐歌单
      • 获取歌单中所有歌曲
      • 获取歌单详情
      • 获取歌单详情动态
      • 获取歌单分类
      • 获取热门歌单分类
      • 根据歌单分类获取歌单( 网友精选碟 )
      • 收藏/取消收藏歌单
    • 电台
      • 获取热门电台
      • 获取推荐电台
      • 获取电台今日优选电台
      • 获取电台分类
      • 根据分类id获取热门电台列表
      • 获取电台详情
      • 获取电台节目列表
      • 订阅电台
    • 搜索
      • 获取默认搜索关键词
      • 获取热搜列表(简略)
      • 获取热搜列表(详细)
      • 根据关键字进行搜索
      • 获取搜索建议
    • 获取轮播图
      GET
    • 获取每日推荐歌曲
      POST
  • 登录
    • 二维码登录
      • 二维码 key 生成
      • 根据key生成二维码
      • 检测二维码扫码状态
    • 游客登录
      GET
    • 退出登录
      GET
  • 个人中心
    • 获取用户信息
      • 根据id获取用户信息
      • 获取用户信息 , 歌单,收藏,mv, dj 数量
      • 获取账号信息
      • 获取用户等级信息
      • 获取登录状态
    • 歌单
      • 获取用户歌单
    • 最近播放
      • 最近播放-歌曲
      • 最近播放-视频
      • 最近播放-歌单
      • 最近播放-专辑
      • 最近播放-播客
      • 最近播放-声音
      • 将 mlog id 转为视频 id
    • 我的收藏
      • 获取收藏的专辑
      • 获取收藏的mv
      • 获取点赞过的视频
      • 获取我收藏的电台
    • 更新用户信息
      • 更新用户信息
      • 可更新头像
  • 视频中心
    • mv
      • 获取全部 mv
      • 获取推荐的mv
      • 获取 mv 数据
      • 获取 mv 点赞转发评论数数据
      • 获取 mv 播放地址
    • 视频
      • 获取推荐的视频
        POST
      • 获取全部视频列表
        POST
      • 获取视频详情
        GET
      • 获取视频点赞转发评论数数据
        POST
      • 获取视频播放地址
        GET
      • 获取视频标签列表
        GET
      • 获取视频标签/分类下的视频
        POST
  • 通用
    • 歌曲
      • 歌曲详情字段说明
      • 获取歌曲url
      • 喜欢音乐
      • 获取喜欢音乐列表
    • 歌词
      • 获取歌曲的歌词
      • 获取歌曲的逐字歌词
    • 评论
      • 获取资源评论
      • 获取楼层评论
      • 给评论点赞
      • 发送/删除评论
    • 收藏资源
      • 收藏视频
      • 收藏 MV
      • 收藏歌单
      • 收藏专辑
    • 歌单
      • 歌单添加或删除歌曲
      • 新建歌单
      • 删除歌单
    • 点赞资源(歌曲,歌单,MV,电台,视频)
      POST
    • 心动模式/智能播放
      POST
  1. 视频

获取推荐的视频

开发中
POST
/video/timeline/recommend
调用此接口, 可获取推荐视频,分页参数只能传入 offset
可选参数 : offset: 默认 0

请求参数

Query 参数
offset
string 
可选
示例值:
0
Body 参数application/json
cookie
string 
必需
示例
{
    "cookie": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:3000/video/timeline/recommend?offset=0' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cookie": "string"
}'

返回响应

🟢200成功
application/json
Body
datas
array [object {5}] 
必需
type
integer 
必需
displayed
boolean 
必需
alg
string 
必需
extAlg
null 
必需
data
object 
必需
msg
string 
必需
hasmore
boolean 
必需
code
integer 
必需
示例
{
    "datas": [
        {
            "type": 1,
            "displayed": false,
            "alg": "special_first_page_rcmd",
            "extAlg": null,
            "data": {
                "alg": "special_first_page_rcmd",
                "scm": "1.music-video-timeline.video_timeline.video.181017.-295043608",
                "threadId": "R_VI_62_BFB0ABD6F5B0F069D3AC90021A1E680E",
                "coverUrl": "https://p2.music.126.net/t004tKlLLd3IAivvTFhTng==/109951163755298292.jpg",
                "height": 720,
                "width": 1280,
                "title": "TFBOYS劲歌热舞,一首《喜欢你》很棒的现场",
                "description": "TFBOYS劲歌热舞,一首《喜欢你》很棒的现场",
                "commentCount": 652,
                "shareCount": 1306,
                "resolutions": [
                    {
                        "resolution": 240,
                        "size": 31157601
                    },
                    {
                        "resolution": 480,
                        "size": 52799476
                    },
                    {
                        "resolution": 720,
                        "size": 58098827
                    }
                ],
                "creator": {
                    "defaultAvatar": false,
                    "province": 110000,
                    "authStatus": 0,
                    "followed": false,
                    "avatarUrl": "http://p1.music.126.net/4jCjuy8MzsU5x9chEj6WzQ==/109951163536519595.jpg",
                    "accountStatus": 0,
                    "gender": 2,
                    "city": 110101,
                    "birthday": -2209017600000,
                    "userId": 320880971,
                    "userType": 207,
                    "nickname": "音乐热点通",
                    "signature": "十九线热点",
                    "description": "",
                    "detailDescription": "",
                    "avatarImgId": 109951163536519600,
                    "backgroundImgId": 2002210674180198,
                    "backgroundUrl": "http://p1.music.126.net/i0qi6mibX8gq2SaLF1bYbA==/2002210674180198.jpg",
                    "authority": 0,
                    "mutual": false,
                    "expertTags": null,
                    "experts": {
                        "1": "视频达人(华语、音乐现场)",
                        "2": "音乐|生活图文达人"
                    },
                    "djStatus": 0,
                    "vipType": 11,
                    "remarkName": null,
                    "avatarImgIdStr": "109951163536519595",
                    "backgroundImgIdStr": "2002210674180198"
                },
                "urlInfo": {
                    "id": "BFB0ABD6F5B0F069D3AC90021A1E680E",
                    "url": "http://vodkgeyttp9.vod.126.net/vodkgeyttp8/tMWIH0dw_2220069395_hd.mp4?ts=1690683216&rid=75A2BC1394FA6F2DFB6948FAD9CC1937&rl=3&rs=EXwwzZnxaugaWoEdmYiMoLjCGFAJHeAd&sign=8bafc07a00d3bf56a7f6e6b6db39790e&ext=DT7LlInW4RnidZ%2B5e2TaVGYJ4MwrYaStrfSTrIjiDw%2F3Mlv3DizkUHmpfChF%2B89bRu1cECh3KSUZOjCdw7GGlqxxIYZqmn%2F%2B%2B%2F9VLwMpNNDpT4NlvECnuJG6jSDPUXSoNBFKqf2zSjKZd%2Fc8QFpalA6qWHJ2rKTgWfMi%2FhDrrh0tIrCsg7khQFuJILTxijYz2IKKBnOoiDf%2BAxgsEoPI7y7JevpZBDsc92UEscgO8i3%2FXSCDZreBdxh087Ae7LqS",
                    "size": 52799476,
                    "validityTime": 1200,
                    "needPay": false,
                    "payInfo": null,
                    "r": 480
                },
                "videoGroup": [
                    {
                        "id": 58100,
                        "name": "现场",
                        "alg": null
                    },
                    {
                        "id": 59101,
                        "name": "华语现场",
                        "alg": null
                    },
                    {
                        "id": 57108,
                        "name": "流行现场",
                        "alg": null
                    },
                    {
                        "id": 57110,
                        "name": "饭拍现场",
                        "alg": null
                    },
                    {
                        "id": 11137,
                        "name": "TFBOYS",
                        "alg": null
                    },
                    {
                        "id": 1100,
                        "name": "音乐现场",
                        "alg": null
                    },
                    {
                        "id": 5100,
                        "name": "音乐",
                        "alg": null
                    },
                    {
                        "id": 23116,
                        "name": "音乐推荐",
                        "alg": null
                    }
                ],
                "previewUrl": null,
                "previewDurationms": 0,
                "hasRelatedGameAd": false,
                "markTypes": null,
                "relateSong": [],
                "relatedInfo": null,
                "videoUserLiveInfo": null,
                "vid": "BFB0ABD6F5B0F069D3AC90021A1E680E",
                "durationms": 205601,
                "playTime": 1989559,
                "praisedCount": 16979,
                "praised": false,
                "subscribed": false
            }
        },
        {
            "type": 1,
            "displayed": false,
            "alg": "special_first_page_rcmd",
            "extAlg": null,
            "data": {
                "alg": "special_first_page_rcmd",
                "scm": "1.music-video-timeline.video_timeline.video.181017.-295043608",
                "threadId": "R_VI_62_3F24EACCA5A0282867075F16A2D54B15",
                "coverUrl": "https://p2.music.126.net/IgGm4qmCnAg7gbgrM81g4A==/109951163208234553.jpg",
                "height": 720,
                "width": 1280,
                "title": "Tfboys《宠爱》 MV官方舞蹈版,三小只一路走来,真是越来越棒了",
                "description": "TFBOYS组合《宠爱》舞蹈版MV,与完整版不同的是,原本MV中与韩国同学的搭档剧情被替代,取而代之的是TFBOYS三人温暖甜蜜而又帅气的舞蹈。色彩明朗的屋内场景,结合三人青春活力的唱跳,把歌词中“我只想给你给你宠爱”的画面,表现的淋漓尽致。",
                "commentCount": 1876,
                "shareCount": 6306,
                "resolutions": [
                    {
                        "resolution": 240,
                        "size": 30301403
                    },
                    {
                        "resolution": 480,
                        "size": 43163004
                    },
                    {
                        "resolution": 720,
                        "size": 69159185
                    }
                ],
                "creator": {
                    "defaultAvatar": false,
                    "province": 110000,
                    "authStatus": 0,
                    "followed": false,
                    "avatarUrl": "http://p1.music.126.net/DJhaU6kCwWRk35HmlzITMQ==/109951163165963388.jpg",
                    "accountStatus": 0,
                    "gender": 2,
                    "city": 110101,
                    "birthday": 1524880156562,
                    "userId": 1344105233,
                    "userType": 0,
                    "nickname": "舞蹈小甜心",
                    "signature": "最棒的舞蹈视频大概都在这儿了~舞蹈小站正式更名为舞蹈小甜心啦,各位云村大大有啥想看的舞蹈视频欢迎私戳哦嘤嘤~",
                    "description": "",
                    "detailDescription": "",
                    "avatarImgId": 109951163165963400,
                    "backgroundImgId": 109951163167273660,
                    "backgroundUrl": "http://p1.music.126.net/6SYUD6yI0vvaUNG4Xb8jWw==/109951163167273659.jpg",
                    "authority": 0,
                    "mutual": false,
                    "expertTags": null,
                    "experts": {
                        "1": "舞蹈视频达人"
                    },
                    "djStatus": 0,
                    "vipType": 0,
                    "remarkName": null,
                    "avatarImgIdStr": "109951163165963388",
                    "backgroundImgIdStr": "109951163167273659"
                },
                "urlInfo": {
                    "id": "3F24EACCA5A0282867075F16A2D54B15",
                    "url": "http://vodkgeyttp9.vod.126.net/vodkgeyttp8/eYW6hJW0_149460148_hd.mp4?ts=1690683216&rid=75A2BC1394FA6F2DFB6948FAD9CC1937&rl=3&rs=OgycMQYkinnQwyPTpBneCMOEhMLGNhGv&sign=3639dd8bf86b9e67f2e2afff7225c5eb&ext=DT7LlInW4RnidZ%2B5e2TaVGYJ4MwrYaStrfSTrIjiDw%2F3Mlv3DizkUHmpfChF%2B89bRu1cECh3KSUZOjCdw7GGlqxxIYZqmn%2F%2B%2B%2F9VLwMpNNDpT4NlvECnuJG6jSDPUXSoNBFKqf2zSjKZd%2Fc8QFpalA6qWHJ2rKTgWfMi%2FhDrrh0tIrCsg7khQFuJILTxijYz2IKKBnOoiDf%2BAxgsEoPI7y7JevpZBDsc92UEscgO8i3%2FXSCDZreBdxh087Ae7LqS",
                    "size": 43163004,
                    "validityTime": 1200,
                    "needPay": false,
                    "payInfo": null,
                    "r": 480
                },
                "videoGroup": [
                    {
                        "id": 1000,
                        "name": "MV",
                        "alg": null
                    },
                    {
                        "id": 11137,
                        "name": "TFBOYS",
                        "alg": null
                    },
                    {
                        "id": 12100,
                        "name": "流行",
                        "alg": null
                    },
                    {
                        "id": 5100,
                        "name": "音乐",
                        "alg": null
                    },
                    {
                        "id": 13222,
                        "name": "华语",
                        "alg": null
                    },
                    {
                        "id": 13164,
                        "name": "快乐",
                        "alg": null
                    }
                ],
                "previewUrl": null,
                "previewDurationms": 0,
                "hasRelatedGameAd": false,
                "markTypes": null,
                "relateSong": [
                    {
                        "name": "宠爱",
                        "id": 490595323,
                        "pst": 0,
                        "t": 0,
                        "ar": [
                            {
                                "id": 999220,
                                "name": "王俊凯",
                                "tns": [],
                                "alias": []
                            },
                            {
                                "id": 12506150,
                                "name": "周倩",
                                "tns": [],
                                "alias": []
                            },
                            {
                                "id": 12505170,
                                "name": "林可欣",
                                "tns": [],
                                "alias": []
                            },
                            {
                                "id": 12505171,
                                "name": "郭蓉",
                                "tns": [],
                                "alias": []
                            }
                        ],
                        "alia": [],
                        "pop": 90,
                        "st": 0,
                        "rt": null,
                        "fee": 8,
                        "v": 25,
                        "crbt": null,
                        "cf": "",
                        "al": {
                            "id": 35758075,
                            "name": "我想和你唱 第二季 第12期",
                            "picUrl": "http://p4.music.126.net/n257D9re3_ZCf0svunYrCg==/18935789253797636.jpg",
                            "tns": [],
                            "pic_str": "18935789253797636",
                            "pic": 18935789253797636
                        },
                        "dt": 242369,
                        "h": {
                            "br": 320000,
                            "fid": 0,
                            "size": 9697742,
                            "vd": -42157
                        },
                        "m": {
                            "br": 192000,
                            "fid": 0,
                            "size": 5818662,
                            "vd": -42157
                        },
                        "l": {
                            "br": 128000,
                            "fid": 0,
                            "size": 3879123,
                            "vd": -42157
                        },
                        "a": null,
                        "cd": "01",
                        "no": 2,
                        "rtUrl": null,
                        "ftype": 0,
                        "rtUrls": [],
                        "djId": 0,
                        "copyright": 2,
                        "s_id": 0,
                        "rurl": null,
                        "rtype": 0,
                        "mst": 9,
                        "cp": 404023,
                        "mv": 0,
                        "publishTime": 1500048000007,
                        "privilege": {
                            "id": 490595323,
                            "fee": 8,
                            "payed": 0,
                            "st": 0,
                            "pl": 128000,
                            "dl": 0,
                            "sp": 7,
                            "cp": 1,
                            "subp": 1,
                            "cs": false,
                            "maxbr": 999000,
                            "fl": 128000,
                            "toast": false,
                            "flag": 260,
                            "preSell": false
                        }
                    }
                ],
                "relatedInfo": null,
                "videoUserLiveInfo": null,
                "vid": "3F24EACCA5A0282867075F16A2D54B15",
                "durationms": 260108,
                "playTime": 3032087,
                "praisedCount": 28955,
                "praised": false,
                "subscribed": false
            }
        },
        {
            "type": 1,
            "displayed": false,
            "alg": "special_first_page_rcmd",
            "extAlg": null,
            "data": {
                "alg": "special_first_page_rcmd",
                "scm": "1.music-video-timeline.video_timeline.video.181017.-295043608",
                "threadId": "R_VI_62_C3A045D2E8AB712C735FC0FDC771A7A8",
                "coverUrl": "https://p2.music.126.net/DNoh7oF5RzDznVWPv6j1Jg==/109951164886659548.jpg",
                "height": 720,
                "width": 1280,
                "title": "【好想爱这个世界啊X少年的你】",
                "description": null,
                "commentCount": 54,
                "shareCount": 285,
                "resolutions": [
                    {
                        "resolution": 240,
                        "size": 18954157
                    },
                    {
                        "resolution": 480,
                        "size": 28950951
                    },
                    {
                        "resolution": 720,
                        "size": 41022308
                    }
                ],
                "creator": {
                    "defaultAvatar": false,
                    "province": 420000,
                    "authStatus": 0,
                    "followed": false,
                    "avatarUrl": "http://p1.music.126.net/MRBMEMzTNMGwKRKB_qTPiw==/109951168322322786.jpg",
                    "accountStatus": 0,
                    "gender": 2,
                    "city": 422800,
                    "birthday": 896803200000,
                    "userId": 447357111,
                    "userType": 0,
                    "nickname": "sollllly",
                    "signature": "佛系剪辑中…",
                    "description": "",
                    "detailDescription": "",
                    "avatarImgId": 109951168322322780,
                    "backgroundImgId": 109951163899059550,
                    "backgroundUrl": "http://p1.music.126.net/7_lWnUvc96Q4-CgEv1CJkw==/109951163899059556.jpg",
                    "authority": 0,
                    "mutual": false,
                    "expertTags": null,
                    "experts": null,
                    "djStatus": 0,
                    "vipType": 10,
                    "remarkName": null,
                    "avatarImgIdStr": "109951168322322786",
                    "backgroundImgIdStr": "109951163899059556"
                },
                "urlInfo": {
                    "id": "C3A045D2E8AB712C735FC0FDC771A7A8",
                    "url": "http://vodkgeyttp9.vod.126.net/cloudmusic/SWGtvegw_2964619376_hd.mp4?ts=1690683216&rid=75A2BC1394FA6F2DFB6948FAD9CC1937&rl=3&rs=rezHATWGIrKdSAMdMOoQkabHTdgTNjHA&sign=2c939a392c997e3e2af5210066323845&ext=DT7LlInW4RnidZ%2B5e2TaVGYJ4MwrYaStrfSTrIjiDw%2F3Mlv3DizkUHmpfChF%2B89bRu1cECh3KSUZOjCdw7GGlqxxIYZqmn%2F%2B%2B%2F9VLwMpNNDpT4NlvECnuJG6jSDPUXSoNBFKqf2zSjKZd%2Fc8QFpalA6qWHJ2rKTgWfMi%2FhDrrh0tIrCsg7khQFuJILTxijYz2IKKBnOoiDf%2BAxgsEoPI7y7JevpZBDsc92UEscgO8i3%2FXSCDZreBdxh087Ae7LqS",
                    "size": 28950951,
                    "validityTime": 1200,
                    "needPay": false,
                    "payInfo": null,
                    "r": 480
                },
                "videoGroup": [
                    {
                        "id": 1105,
                        "name": "最佳饭制",
                        "alg": null
                    },
                    {
                        "id": 11137,
                        "name": "TFBOYS",
                        "alg": null
                    },
                    {
                        "id": 12100,
                        "name": "流行",
                        "alg": null
                    },
                    {
                        "id": 3107,
                        "name": "混剪",
                        "alg": null
                    },
                    {
                        "id": 5100,
                        "name": "音乐",
                        "alg": null
                    },
                    {
                        "id": 3100,
                        "name": "影视",
                        "alg": null
                    },
                    {
                        "id": 13225,
                        "name": "剧情",
                        "alg": null
                    },
                    {
                        "id": 76106,
                        "name": "饭制混剪",
                        "alg": null
                    },
                    {
                        "id": 23116,
                        "name": "音乐推荐",
                        "alg": null
                    },
                    {
                        "id": 180121,
                        "name": "周冬雨",
                        "alg": null
                    },
                    {
                        "id": 15102,
                        "name": "华语音乐",
                        "alg": null
                    },
                    {
                        "id": 24127,
                        "name": "电影",
                        "alg": null
                    }
                ],
                "previewUrl": null,
                "previewDurationms": 0,
                "hasRelatedGameAd": false,
                "markTypes": null,
                "relateSong": [
                    {
                        "name": "好想爱这个世界啊 (Live)",
                        "id": 1436910205,
                        "pst": 0,
                        "t": 0,
                        "ar": [
                            {
                                "id": 861777,
                                "name": "华晨宇",
                                "tns": [],
                                "alias": []
                            }
                        ],
                        "alia": [],
                        "pop": 100,
                        "st": 0,
                        "rt": "",
                        "fee": 1,
                        "v": 88,
                        "crbt": null,
                        "cf": "",
                        "al": {
                            "id": 87498640,
                            "name": "歌手·当打之年 第9期",
                            "picUrl": "http://p3.music.126.net/p7n_zp4eoxY3a1XPzIomHQ==/109951164863688864.jpg",
                            "tns": [],
                            "pic_str": "109951164863688864",
                            "pic": 109951164863688860
                        },
                        "dt": 262700,
                        "h": {
                            "br": 320000,
                            "fid": 0,
                            "size": 10510125,
                            "vd": -24489
                        },
                        "m": {
                            "br": 192000,
                            "fid": 0,
                            "size": 6306093,
                            "vd": -21891
                        },
                        "l": {
                            "br": 128000,
                            "fid": 0,
                            "size": 4204077,
                            "vd": -20205
                        },
                        "a": null,
                        "cd": "01",
                        "no": 6,
                        "rtUrl": null,
                        "ftype": 0,
                        "rtUrls": [],
                        "djId": 0,
                        "copyright": 0,
                        "s_id": 0,
                        "rurl": null,
                        "rtype": 0,
                        "mst": 9,
                        "cp": 1416682,
                        "mv": 0,
                        "publishTime": 0,
                        "privilege": {
                            "id": 1436910205,
                            "fee": 1,
                            "payed": 0,
                            "st": 0,
                            "pl": 0,
                            "dl": 0,
                            "sp": 0,
                            "cp": 0,
                            "subp": 1,
                            "cs": false,
                            "maxbr": 999000,
                            "fl": 0,
                            "toast": false,
                            "flag": 4,
                            "preSell": false
                        }
                    }
                ],
                "relatedInfo": null,
                "videoUserLiveInfo": null,
                "vid": "C3A045D2E8AB712C735FC0FDC771A7A8",
                "durationms": 278000,
                "playTime": 215772,
                "praisedCount": 1521,
                "praised": false,
                "subscribed": false
            }
        },
        {
            "type": 1,
            "displayed": false,
            "alg": "special_first_page_rcmd",
            "extAlg": null,
            "data": {
                "alg": "special_first_page_rcmd",
                "scm": "1.music-video-timeline.video_timeline.video.181017.-295043608",
                "threadId": "R_VI_62_73750386141D0185968A9D43EBA1EB2F",
                "coverUrl": "https://p2.music.126.net/M_GYu91yaWcGGSjNE6ipZQ==/109951164867798369.jpg",
                "height": 1080,
                "width": 1920,
                "title": "【致敬K歌之王】这些年TFBOYS弟弟们翻唱过的陈奕迅金曲!",
                "description": "三个弟弟眼睛里有星星,声音里有彩虹,用满满少年气翻唱陈奕迅的经典金曲!",
                "commentCount": 3,
                "shareCount": 4,
                "resolutions": [
                    {
                        "resolution": 240,
                        "size": 50491939
                    },
                    {
                        "resolution": 480,
                        "size": 80161674
                    },
                    {
                        "resolution": 720,
                        "size": 114244264
                    },
                    {
                        "resolution": 1080,
                        "size": 191954467
                    }
                ],
                "creator": {
                    "defaultAvatar": false,
                    "province": 310000,
                    "authStatus": 0,
                    "followed": false,
                    "avatarUrl": "http://p1.music.126.net/rlkSvdxjdVxSIBjTERBv1w==/109951164495967113.jpg",
                    "accountStatus": 0,
                    "gender": 1,
                    "city": 310101,
                    "birthday": 658252800000,
                    "userId": 383936966,
                    "userType": 204,
                    "nickname": "歪果wiggle电台",
                    "signature": "高品质网络电台,优质音乐故事节目。",
                    "description": "",
                    "detailDescription": "",
                    "avatarImgId": 109951164495967120,
                    "backgroundImgId": 109951164006854540,
                    "backgroundUrl": "http://p1.music.126.net/uc0hrJBVb4I9hGT11XFp6w==/109951164006854541.jpg",
                    "authority": 0,
                    "mutual": false,
                    "expertTags": null,
                    "experts": {
                        "1": "音乐原创视频达人"
                    },
                    "djStatus": 10,
                    "vipType": 0,
                    "remarkName": null,
                    "avatarImgIdStr": "109951164495967113",
                    "backgroundImgIdStr": "109951164006854541"
                },
                "urlInfo": {
                    "id": "73750386141D0185968A9D43EBA1EB2F",
                    "url": "http://vodkgeyttp9.vod.126.net/vodkgeyttp8/4gj4w2vo_2959089821_hd.mp4?ts=1690683216&rid=75A2BC1394FA6F2DFB6948FAD9CC1937&rl=3&rs=PtlPSzanrTsxSgyPKCZLjYymdFuTqMAa&sign=021d8e7cad07512ea1efb8d9669775d6&ext=DT7LlInW4RnidZ%2B5e2TaVGYJ4MwrYaStrfSTrIjiDw%2F3Mlv3DizkUHmpfChF%2B89bRu1cECh3KSUZOjCdw7GGlqxxIYZqmn%2F%2B%2B%2F9VLwMpNNDpT4NlvECnuJG6jSDPUXSoNBFKqf2zSjKZd%2Fc8QFpalA6qWHJ2rKTgWfMi%2FhDrrh0tIrCsg7khQFuJILTxijYz2IKKBnOoiDf%2BAxgsEoPI7y7JevpZBDsc92UEscgO8i3%2FXSCDZreBdxh087Ae7LqS",
                    "size": 80161674,
                    "validityTime": 1200,
                    "needPay": false,
                    "payInfo": null,
                    "r": 480
                },
                "videoGroup": [
                    {
                        "id": 11137,
                        "name": "TFBOYS",
                        "alg": null
                    },
                    {
                        "id": 12100,
                        "name": "流行",
                        "alg": null
                    },
                    {
                        "id": 5100,
                        "name": "音乐",
                        "alg": null
                    },
                    {
                        "id": 25108,
                        "name": "王俊凯",
                        "alg": null
                    },
                    {
                        "id": 25124,
                        "name": "易烊千玺",
                        "alg": null
                    },
                    {
                        "id": 23116,
                        "name": "音乐推荐",
                        "alg": null
                    },
                    {
                        "id": 25117,
                        "name": "王源",
                        "alg": null
                    },
                    {
                        "id": 15102,
                        "name": "华语音乐",
                        "alg": null
                    }
                ],
                "previewUrl": null,
                "previewDurationms": 0,
                "hasRelatedGameAd": false,
                "markTypes": null,
                "relateSong": [
                    {
                        "name": "好久不见",
                        "id": 65538,
                        "pst": 0,
                        "t": 0,
                        "ar": [
                            {
                                "id": 2116,
                                "name": "陈奕迅",
                                "tns": [],
                                "alias": []
                            }
                        ],
                        "alia": [],
                        "pop": 100,
                        "st": 0,
                        "rt": "600902000005371150",
                        "fee": 8,
                        "v": 87,
                        "crbt": null,
                        "cf": "",
                        "al": {
                            "id": 6434,
                            "name": "认了吧",
                            "picUrl": "http://p4.music.126.net/o_OjL_NZNoeog9fIjBXAyw==/18782957139233959.jpg",
                            "tns": [],
                            "pic_str": "18782957139233959",
                            "pic": 18782957139233960
                        },
                        "dt": 250493,
                        "h": {
                            "br": 320000,
                            "fid": 0,
                            "size": 10022705,
                            "vd": 3783
                        },
                        "m": {
                            "br": 192000,
                            "fid": 0,
                            "size": 6013640,
                            "vd": 6419
                        },
                        "l": {
                            "br": 128000,
                            "fid": 0,
                            "size": 4009108,
                            "vd": 8199
                        },
                        "a": null,
                        "cd": "1",
                        "no": 7,
                        "rtUrl": null,
                        "ftype": 0,
                        "rtUrls": [],
                        "djId": 0,
                        "copyright": 1,
                        "s_id": 0,
                        "rurl": null,
                        "rtype": 0,
                        "mst": 9,
                        "cp": 7003,
                        "mv": 281152,
                        "publishTime": 1167580800000,
                        "privilege": {
                            "id": 65538,
                            "fee": 8,
                            "payed": 0,
                            "st": 0,
                            "pl": 128000,
                            "dl": 0,
                            "sp": 7,
                            "cp": 1,
                            "subp": 1,
                            "cs": false,
                            "maxbr": 999000,
                            "fl": 128000,
                            "toast": false,
                            "flag": 260,
                            "preSell": false
                        }
                    }
                ],
                "relatedInfo": null,
                "videoUserLiveInfo": null,
                "vid": "73750386141D0185968A9D43EBA1EB2F",
                "durationms": 447667,
                "playTime": 20063,
                "praisedCount": 108,
                "praised": false,
                "subscribed": false
            }
        },
        {
            "type": 1,
            "displayed": false,
            "alg": "special_first_page_rcmd",
            "extAlg": null,
            "data": {
                "alg": "special_first_page_rcmd",
                "scm": "1.music-video-timeline.video_timeline.video.181017.-295043608",
                "threadId": "R_VI_62_F71545FE45754B30C47D6DE04B4EA1CA",
                "coverUrl": "https://p2.music.126.net/R2zySKjiX_hG8uFn1aCRcw==/109951165187830237.jpg",
                "height": 1080,
                "width": 1920,
                "title": "tfboys七周年“日光旅行”演唱会——王俊凯与你不见不散",
                "description": "tfboys七周年“日光旅行”演唱会——王俊凯与你不见不散\n“凯枫の名”凯凯和子枫的未来过去,\n想见你想见你想见你,这个故事或许有一点悲伤,希望喜欢王俊凯和张子枫的小可爱康康啦。或许能够满足某些人凯枫CP的愿望呢[多多比耶][多多比耶][多多比耶][多多比耶][多多比耶]",
                "commentCount": 222,
                "shareCount": 331,
                "resolutions": [
                    {
                        "resolution": 240,
                        "size": 10701869
                    },
                    {
                        "resolution": 480,
                        "size": 17971519
                    },
                    {
                        "resolution": 720,
                        "size": 27061855
                    },
                    {
                        "resolution": 1080,
                        "size": 53920596
                    }
                ],
                "creator": {
                    "defaultAvatar": false,
                    "province": 440000,
                    "authStatus": 0,
                    "followed": false,
                    "avatarUrl": "http://p1.music.126.net/ONkGE2vk4ljqm2G5CcY_vQ==/109951165723222401.jpg",
                    "accountStatus": 0,
                    "gender": 1,
                    "city": 440300,
                    "birthday": 852739200000,
                    "userId": 438937876,
                    "userType": 207,
                    "nickname": "钢镚小豆豆",
                    "signature": "专注做流行音乐自制MV (30年),平常也会做一些热点事件,和大家一起关注社会问题。你喜欢的音乐人在这里或许都能够听到哦。感谢你的关注鸭(´◊ω◊`)",
                    "description": "",
                    "detailDescription": "",
                    "avatarImgId": 109951165723222400,
                    "backgroundImgId": 109951165395733630,
                    "backgroundUrl": "http://p1.music.126.net/JoV68ORMXbVRqYMDNp28GA==/109951165395733633.jpg",
                    "authority": 0,
                    "mutual": false,
                    "expertTags": null,
                    "experts": {
                        "1": "超燃联盟视频达人"
                    },
                    "djStatus": 10,
                    "vipType": 11,
                    "remarkName": null,
                    "avatarImgIdStr": "109951165723222401",
                    "backgroundImgIdStr": "109951165395733633"
                },
                "urlInfo": {
                    "id": "F71545FE45754B30C47D6DE04B4EA1CA",
                    "url": "http://vodkgeyttp9.vod.126.net/vodkgeyttp8/RRVbyh0w_3074495821_hd.mp4?ts=1690683216&rid=75A2BC1394FA6F2DFB6948FAD9CC1937&rl=3&rs=dmNdlngYADShMoSgceIGkZyJgXxZlWaG&sign=58256c62ab41470f4d0ccc443fafec23&ext=DT7LlInW4RnidZ%2B5e2TaVGYJ4MwrYaStrfSTrIjiDw%2F3Mlv3DizkUHmpfChF%2B89bRu1cECh3KSUZOjCdw7GGlqxxIYZqmn%2F%2B%2B%2F9VLwMpNNDpT4NlvECnuJG6jSDPUXSoNBFKqf2zSjKZd%2Fc8QFpalA6qWHJ2rKTgWfMi%2FhDrrh0tIrCsg7khQFuJILTxijYz2IKKBnOoiDf%2BAxgsEoPI7y7JevpZBDsc92UEscgO8i3%2FXSCDZreBdxh087Ae7LqS",
                    "size": 17971519,
                    "validityTime": 1200,
                    "needPay": false,
                    "payInfo": null,
                    "r": 480
                },
                "videoGroup": [
                    {
                        "id": 58101,
                        "name": "听BGM",
                        "alg": null
                    },
                    {
                        "id": 11137,
                        "name": "TFBOYS",
                        "alg": null
                    },
                    {
                        "id": 5100,
                        "name": "音乐",
                        "alg": null
                    },
                    {
                        "id": 25108,
                        "name": "王俊凯",
                        "alg": null
                    }
                ],
                "previewUrl": null,
                "previewDurationms": 0,
                "hasRelatedGameAd": false,
                "markTypes": [
                    110
                ],
                "relateSong": [],
                "relatedInfo": null,
                "videoUserLiveInfo": null,
                "vid": "F71545FE45754B30C47D6DE04B4EA1CA",
                "durationms": 146688,
                "playTime": 263908,
                "praisedCount": 4167,
                "praised": false,
                "subscribed": false
            }
        },
        {
            "type": 1,
            "displayed": false,
            "alg": "special_first_page_rcmd",
            "extAlg": null,
            "data": {
                "alg": "special_first_page_rcmd",
                "scm": "1.music-video-timeline.video_timeline.video.181017.-295043608",
                "threadId": "R_VI_62_F54F8EC28C8257694DEDA54FB2D516D7",
                "coverUrl": "https://p2.music.126.net/JQ9MHpnutMb_VeshhFnaUg==/109951164232109578.jpg",
                "height": 720,
                "width": 1280,
                "title": "“愿你的身后总有力量”",
                "description": "",
                "commentCount": 29,
                "shareCount": 49,
                "resolutions": [
                    {
                        "resolution": 240,
                        "size": 7200228
                    },
                    {
                        "resolution": 480,
                        "size": 11275743
                    },
                    {
                        "resolution": 720,
                        "size": 14782360
                    }
                ],
                "creator": {
                    "defaultAvatar": false,
                    "province": 500000,
                    "authStatus": 0,
                    "followed": false,
                    "avatarUrl": "http://p1.music.126.net/pfOWhosIo9St9MNBVcvLqw==/109951164001935553.jpg",
                    "accountStatus": 0,
                    "gender": 0,
                    "city": 500101,
                    "birthday": 631123200000,
                    "userId": 261607535,
                    "userType": 0,
                    "nickname": "uno-cinco",
                    "signature": "uno-cinco",
                    "description": "",
                    "detailDescription": "",
                    "avatarImgId": 109951164001935550,
                    "backgroundImgId": 109951165220296400,
                    "backgroundUrl": "http://p1.music.126.net/mhqPkADif1E1DETP_9FMbg==/109951165220296403.jpg",
                    "authority": 0,
                    "mutual": false,
                    "expertTags": null,
                    "experts": null,
                    "djStatus": 0,
                    "vipType": 0,
                    "remarkName": null,
                    "avatarImgIdStr": "109951164001935553",
                    "backgroundImgIdStr": "109951165220296403"
                },
                "urlInfo": {
                    "id": "F54F8EC28C8257694DEDA54FB2D516D7",
                    "url": "http://vodkgeyttp9.vod.126.net/vodkgeyttp8/ePCU19YW_2604205945_hd.mp4?ts=1690683216&rid=75A2BC1394FA6F2DFB6948FAD9CC1937&rl=3&rs=IGdOxJZpgAYpRVfLkXTGuwJxDCmpOJEg&sign=0796674e27df2a14109880d0dde86eeb&ext=DT7LlInW4RnidZ%2B5e2TaVGYJ4MwrYaStrfSTrIjiDw%2F3Mlv3DizkUHmpfChF%2B89bRu1cECh3KSUZOjCdw7GGlqxxIYZqmn%2F%2B%2B%2F9VLwMpNNDpT4NlvECnuJG6jSDPUXSoNBFKqf2zSjKZd%2Fc8QFpalA6qWHJ2rKTgWfMi%2FhDrrh0tIrCsg7khQFuJILTxijYz2IKKBnOoiDf%2BAxgsEoPI7y7JevpZBDsc92UEscgO8i3%2FXSCDZreBdxh087Ae7LqS",
                    "size": 11275743,
                    "validityTime": 1200,
                    "needPay": false,
                    "payInfo": null,
                    "r": 480
                },
                "videoGroup": [
                    {
                        "id": 11137,
                        "name": "TFBOYS",
                        "alg": null
                    },
                    {
                        "id": 5100,
                        "name": "音乐",
                        "alg": null
                    },
                    {
                        "id": 4101,
                        "name": "娱乐",
                        "alg": null
                    },
                    {
                        "id": 25124,
                        "name": "易烊千玺",
                        "alg": null
                    }
                ],
                "previewUrl": null,
                "previewDurationms": 0,
                "hasRelatedGameAd": false,
                "markTypes": null,
                "relateSong": [
                    {
                        "name": "愿你",
                        "id": 498040739,
                        "pst": 0,
                        "t": 0,
                        "ar": [
                            {
                                "id": 12052034,
                                "name": "昼夜",
                                "tns": [],
                                "alias": []
                            }
                        ],
                        "alia": [],
                        "pop": 100,
                        "st": 0,
                        "rt": null,
                        "fee": 8,
                        "v": 29,
                        "crbt": null,
                        "cf": "",
                        "al": {
                            "id": 35928008,
                            "name": "愿你",
                            "picUrl": "http://p3.music.126.net/aavuUhd_pcdPMYCsTtX9uQ==/109951163001207622.jpg",
                            "tns": [],
                            "pic_str": "109951163001207622",
                            "pic": 109951163001207620
                        },
                        "dt": 215430,
                        "h": {
                            "br": 320000,
                            "fid": 0,
                            "size": 8619407,
                            "vd": 13241
                        },
                        "m": {
                            "br": 192000,
                            "fid": 0,
                            "size": 5171662,
                            "vd": 15835
                        },
                        "l": {
                            "br": 128000,
                            "fid": 0,
                            "size": 3447789,
                            "vd": 17526
                        },
                        "a": null,
                        "cd": "01",
                        "no": 1,
                        "rtUrl": null,
                        "ftype": 0,
                        "rtUrls": [],
                        "djId": 0,
                        "copyright": 2,
                        "s_id": 0,
                        "rurl": null,
                        "rtype": 0,
                        "mst": 9,
                        "cp": 0,
                        "mv": 0,
                        "publishTime": 1502606161638,
                        "privilege": {
                            "id": 498040739,
                            "fee": 8,
                            "payed": 0,
                            "st": 0,
                            "pl": 128000,
                            "dl": 0,
                            "sp": 7,
                            "cp": 1,
                            "subp": 1,
                            "cs": false,
                            "maxbr": 999000,
                            "fl": 128000,
                            "toast": false,
                            "flag": 260,
                            "preSell": false
                        }
                    }
                ],
                "relatedInfo": null,
                "videoUserLiveInfo": null,
                "vid": "F54F8EC28C8257694DEDA54FB2D516D7",
                "durationms": 78520,
                "playTime": 58324,
                "praisedCount": 394,
                "praised": false,
                "subscribed": false
            }
        },
        {
            "type": 1,
            "displayed": false,
            "alg": "special_first_page_rcmd",
            "extAlg": null,
            "data": {
                "alg": "special_first_page_rcmd",
                "scm": "1.music-video-timeline.video_timeline.video.181017.-295043608",
                "threadId": "R_VI_62_F964CE2DD0B90CE8DDE85A45676B50B6",
                "coverUrl": "https://p2.music.126.net/bevipr-pjbEGzxnZ7BofmA==/109951164321508231.jpg",
                "height": 1080,
                "width": 1920,
                "title": "【王俊凯】你的目光所及,会越来越美",
                "description": "【王俊凯】你的目光所及,会越来越美",
                "commentCount": 15,
                "shareCount": 56,
                "resolutions": [
                    {
                        "resolution": 240,
                        "size": 2175695
                    },
                    {
                        "resolution": 480,
                        "size": 3622006
                    },
                    {
                        "resolution": 720,
                        "size": 5352501
                    },
                    {
                        "resolution": 1080,
                        "size": 9957902
                    }
                ],
                "creator": {
                    "defaultAvatar": false,
                    "province": 110000,
                    "authStatus": 0,
                    "followed": false,
                    "avatarUrl": "http://p1.music.126.net/WWxTrTcTODscwESVPy21-Q==/109951163311612106.jpg",
                    "accountStatus": 0,
                    "gender": 0,
                    "city": 110101,
                    "birthday": -2209017600000,
                    "userId": 1411398338,
                    "userType": 204,
                    "nickname": "被占了id的凯色撩人",
                    "signature": "安利王俊凯。有事请私信微博@凯色撩人",
                    "description": "",
                    "detailDescription": "",
                    "avatarImgId": 109951163311612110,
                    "backgroundImgId": 109951163213311070,
                    "backgroundUrl": "http://p1.music.126.net/eFnoH34lDlKmvHdEfGP1EA==/109951163213311064.jpg",
                    "authority": 0,
                    "mutual": false,
                    "expertTags": null,
                    "experts": {
                        "1": "音乐视频达人"
                    },
                    "djStatus": 0,
                    "vipType": 0,
                    "remarkName": null,
                    "avatarImgIdStr": "109951163311612106",
                    "backgroundImgIdStr": "109951163213311064"
                },
                "urlInfo": {
                    "id": "F964CE2DD0B90CE8DDE85A45676B50B6",
                    "url": "http://vodkgeyttp9.vod.126.net/vodkgeyttp8/3Tz47FyW_2658908177_hd.mp4?ts=1690683216&rid=75A2BC1394FA6F2DFB6948FAD9CC1937&rl=3&rs=PdOEXKhxDhliPhxxgrFdaLboKSacUgiI&sign=9f943b10ede82badd0ea0c9f59aa0a76&ext=DT7LlInW4RnidZ%2B5e2TaVGYJ4MwrYaStrfSTrIjiDw%2F3Mlv3DizkUHmpfChF%2B89bRu1cECh3KSUZOjCdw7GGlqxxIYZqmn%2F%2B%2B%2F9VLwMpNNDpT4NlvECnuJG6jSDPUXSoNBFKqf2zSjKZd%2Fc8QFpalA6qWHJ2rKTgWfMi%2FhDrrh0tIrCsg7khQFuJILTxijYz2IKKBnOoiDf%2BAxgsEoPI7y7JevpZBDsc92UEscgO8i3%2FXSCDZreBdxh087Ae7LqS",
                    "size": 3622006,
                    "validityTime": 1200,
                    "needPay": false,
                    "payInfo": null,
                    "r": 480
                },
                "videoGroup": [
                    {
                        "id": 11137,
                        "name": "TFBOYS",
                        "alg": null
                    },
                    {
                        "id": 5100,
                        "name": "音乐",
                        "alg": null
                    },
                    {
                        "id": 25108,
                        "name": "王俊凯",
                        "alg": null
                    }
                ],
                "previewUrl": null,
                "previewDurationms": 0,
                "hasRelatedGameAd": false,
                "markTypes": null,
                "relateSong": [],
                "relatedInfo": null,
                "videoUserLiveInfo": null,
                "vid": "F964CE2DD0B90CE8DDE85A45676B50B6",
                "durationms": 26837,
                "playTime": 64799,
                "praisedCount": 947,
                "praised": false,
                "subscribed": false
            }
        },
        {
            "type": 1,
            "displayed": false,
            "alg": "special_first_page_rcmd",
            "extAlg": null,
            "data": {
                "alg": "special_first_page_rcmd",
                "scm": "1.music-video-timeline.video_timeline.video.181017.-295043608",
                "threadId": "R_VI_62_73750386141D0185968A9D43EBA1EB2F",
                "coverUrl": "https://p2.music.126.net/M_GYu91yaWcGGSjNE6ipZQ==/109951164867798369.jpg",
                "height": 1080,
                "width": 1920,
                "title": "【致敬K歌之王】这些年TFBOYS弟弟们翻唱过的陈奕迅金曲!",
                "description": "三个弟弟眼睛里有星星,声音里有彩虹,用满满少年气翻唱陈奕迅的经典金曲!",
                "commentCount": 3,
                "shareCount": 4,
                "resolutions": [
                    {
                        "resolution": 240,
                        "size": 50491939
                    },
                    {
                        "resolution": 480,
                        "size": 80161674
                    },
                    {
                        "resolution": 720,
                        "size": 114244264
                    },
                    {
                        "resolution": 1080,
                        "size": 191954467
                    }
                ],
                "creator": {
                    "defaultAvatar": false,
                    "province": 310000,
                    "authStatus": 0,
                    "followed": false,
                    "avatarUrl": "http://p1.music.126.net/rlkSvdxjdVxSIBjTERBv1w==/109951164495967113.jpg",
                    "accountStatus": 0,
                    "gender": 1,
                    "city": 310101,
                    "birthday": 658252800000,
                    "userId": 383936966,
                    "userType": 204,
                    "nickname": "歪果wiggle电台",
                    "signature": "高品质网络电台,优质音乐故事节目。",
                    "description": "",
                    "detailDescription": "",
                    "avatarImgId": 109951164495967120,
                    "backgroundImgId": 109951164006854540,
                    "backgroundUrl": "http://p1.music.126.net/uc0hrJBVb4I9hGT11XFp6w==/109951164006854541.jpg",
                    "authority": 0,
                    "mutual": false,
                    "expertTags": null,
                    "experts": {
                        "1": "音乐原创视频达人"
                    },
                    "djStatus": 10,
                    "vipType": 0,
                    "remarkName": null,
                    "avatarImgIdStr": "109951164495967113",
                    "backgroundImgIdStr": "109951164006854541"
                },
                "urlInfo": {
                    "id": "73750386141D0185968A9D43EBA1EB2F",
                    "url": "http://vodkgeyttp9.vod.126.net/vodkgeyttp8/4gj4w2vo_2959089821_hd.mp4?ts=1690683216&rid=75A2BC1394FA6F2DFB6948FAD9CC1937&rl=3&rs=PtlPSzanrTsxSgyPKCZLjYymdFuTqMAa&sign=021d8e7cad07512ea1efb8d9669775d6&ext=DT7LlInW4RnidZ%2B5e2TaVGYJ4MwrYaStrfSTrIjiDw%2F3Mlv3DizkUHmpfChF%2B89bRu1cECh3KSUZOjCdw7GGlqxxIYZqmn%2F%2B%2B%2F9VLwMpNNDpT4NlvECnuJG6jSDPUXSoNBFKqf2zSjKZd%2Fc8QFpalA6qWHJ2rKTgWfMi%2FhDrrh0tIrCsg7khQFuJILTxijYz2IKKBnOoiDf%2BAxgsEoPI7y7JevpZBDsc92UEscgO8i3%2FXSCDZreBdxh087Ae7LqS",
                    "size": 80161674,
                    "validityTime": 1200,
                    "needPay": false,
                    "payInfo": null,
                    "r": 480
                },
                "videoGroup": [
                    {
                        "id": 11137,
                        "name": "TFBOYS",
                        "alg": null
                    },
                    {
                        "id": 12100,
                        "name": "流行",
                        "alg": null
                    },
                    {
                        "id": 5100,
                        "name": "音乐",
                        "alg": null
                    },
                    {
                        "id": 25108,
                        "name": "王俊凯",
                        "alg": null
                    },
                    {
                        "id": 25124,
                        "name": "易烊千玺",
                        "alg": null
                    },
                    {
                        "id": 23116,
                        "name": "音乐推荐",
                        "alg": null
                    },
                    {
                        "id": 25117,
                        "name": "王源",
                        "alg": null
                    },
                    {
                        "id": 15102,
                        "name": "华语音乐",
                        "alg": null
                    }
                ],
                "previewUrl": null,
                "previewDurationms": 0,
                "hasRelatedGameAd": false,
                "markTypes": null,
                "relateSong": [
                    {
                        "name": "好久不见",
                        "id": 65538,
                        "pst": 0,
                        "t": 0,
                        "ar": [
                            {
                                "id": 2116,
                                "name": "陈奕迅",
                                "tns": [],
                                "alias": []
                            }
                        ],
                        "alia": [],
                        "pop": 100,
                        "st": 0,
                        "rt": "600902000005371150",
                        "fee": 8,
                        "v": 87,
                        "crbt": null,
                        "cf": "",
                        "al": {
                            "id": 6434,
                            "name": "认了吧",
                            "picUrl": "http://p4.music.126.net/o_OjL_NZNoeog9fIjBXAyw==/18782957139233959.jpg",
                            "tns": [],
                            "pic_str": "18782957139233959",
                            "pic": 18782957139233960
                        },
                        "dt": 250493,
                        "h": {
                            "br": 320000,
                            "fid": 0,
                            "size": 10022705,
                            "vd": 3783
                        },
                        "m": {
                            "br": 192000,
                            "fid": 0,
                            "size": 6013640,
                            "vd": 6419
                        },
                        "l": {
                            "br": 128000,
                            "fid": 0,
                            "size": 4009108,
                            "vd": 8199
                        },
                        "a": null,
                        "cd": "1",
                        "no": 7,
                        "rtUrl": null,
                        "ftype": 0,
                        "rtUrls": [],
                        "djId": 0,
                        "copyright": 1,
                        "s_id": 0,
                        "rurl": null,
                        "rtype": 0,
                        "mst": 9,
                        "cp": 7003,
                        "mv": 281152,
                        "publishTime": 1167580800000,
                        "privilege": {
                            "id": 65538,
                            "fee": 8,
                            "payed": 0,
                            "st": 0,
                            "pl": 128000,
                            "dl": 0,
                            "sp": 7,
                            "cp": 1,
                            "subp": 1,
                            "cs": false,
                            "maxbr": 999000,
                            "fl": 128000,
                            "toast": false,
                            "flag": 260,
                            "preSell": false
                        }
                    }
                ],
                "relatedInfo": null,
                "videoUserLiveInfo": null,
                "vid": "73750386141D0185968A9D43EBA1EB2F",
                "durationms": 447667,
                "playTime": 20063,
                "praisedCount": 108,
                "praised": false,
                "subscribed": false
            }
        }
    ],
    "msg": "发现了更多新内容",
    "hasmore": true,
    "code": 200
}
上一页
获取 mv 播放地址
下一页
获取全部视频列表
Built with