# 获取短音频资源详情接口

# 接口描述

查询短音频歌单的歌曲列表信息。

# 调用接口

请求接口:/TRACKLIST/getTrackShortListById.json
请求方法:POST

# 输入参数

参数名 类型 是否必传 说明
id string 必传 短音频资源 ID
pageNo numeric 必传 页数;值只能为 1
pageSize numeric 必传 每页数量;值范围[1,100]

# 返回结果

{
    "state": true,
    "errcode": "",
    "errmsg": "",
    "data": {
        "trackShortList": [
            {
                "artist": [
                    {
                        "artistCode": "A10047720",
                        "birthday": "1983-07-17",
                        "gender": "男",
                        "name": "薛之谦",
                        "artistType": 38,
                        "artistTypeName": "歌手",
                        "pic": "https://img01.dmhmusic.com/0101/M00/F8/AE/ChR45V7XEJWAZJ8KAAL8wj6aS4w115.jpg",
                        "region": ""
                    }
                ],
                "lyricList": [
                    "https://static01.dmhmusic.com/0105/M00/FB/7F/ChR45V7zCuCAAOv2AAAC4Cg6lrA469.txt",
                    "https://static01.dmhmusic.com/0101/M00/10/D6/ChR45F8ieZKAXIehAAAEa3CSAh0426.lrc",
                    "https://static01.dmhmusic.com/0105/M00/FB/7F/ChR45V7zCuCAGeGZAAAGwzuUHDA865.krc"
                ],
                "pic": "https://img01.dmhmusic.com/0105/M00/FB/7F/ChR45V7zCt6ACchBAG85LDKCXkY246.jpg",
                "title": "渡",
                "duration": "30",
                "genre": "电音",
                "albumTitle": "渡 The Crossing",
                "lang": "中文",
                "albumAssetCode": "P10001686202",
                "releaseDate": "2017-11-28T00:00:00.000Z",
                "sort": 1,
                "pay_model": 2,
                "TSID": "T10040396706",
                "pushTime": "2018-11-19T19:10:22+08:00",
                "downTime": "2037-01-01T00:00:00+08:00",
                "bizList": ["sdk_ts"],
                "mode": 0,
                "resourceId": 192242,
                "startOffset": "44",
                "updateTime": "2019-10-29T10:44:25.000Z"
            }
        ],
        "id": 6,
        "pic": "https://img01.dmhmusic.com/0208/M00/FA/5A/ChR47F23pviAVx10AAJFA6ZIAZI164.jpg",
        "title": "万圣节",
        "addDate": "2019-10-29T02:42:12.000Z",
        "_score": 1.04652,
        "trackCount": 14
    }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Last Updated: 12/25/2020, 2:41:19 PM