# 热门专辑接口

# 接口描述

用于获取热门的专辑列表。

# 调用方法

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

# 输入参数

参数名 类型 是否必传 说明
pageNo numeric 必传 页数;值范围[1,100]
pageSize numeric 必传 每页数量;值范围[1,50]

# 返回结果

{
    "state": true,
    "errcode": "",
    "errmsg": "",
    "data": {
        "total": 704386,
        "result": [
            {
                "albumAssetCode": "P10003127083",
                "artist": [
                    {
                        "artistCode": "A10048162",
                        "birthday": "1983-08-31",
                        "gender": "男",
                        "name": "大张伟",
                        "artistType": 38,
                        "artistTypeName": "歌手",
                        "pic": "https://img01.dmhmusic.com/0206/M00/70/D9/ChR461tM64yARSFhAADEOxmuddA496.jpg",
                        "region": "内地"
                    }
                ],
                "releaseDate": "2019-12-19T10:00:00.000Z",
                "cpId": 23,
                "introduce": "《20是件更美好的事》专辑介绍 《20是件更美好的事》是大......",
                "genre": "流行",
                "upc": "6972818350407",
                "pic": "https://img01.dmhmusic.com/0412/M00/00/7E/ChAKEV_JGxKAf3ZnADa7gUndFt8345.jpg",
                "type": 1,
                "title": "20是件更美好的事",
                "lang": "中文",
                "downTime": "2037-01-01T00:00:00+08:00",
                "trackList": [
                    {
                        "duration": 72,
                        "artist": [
                            {
                                "artistCode": "A10048162",
                                "birthday": "1983-08-31",
                                "gender": "男",
                                "name": "大张伟",
                                "artistType": 38,
                                "artistTypeName": "歌手",
                                "pic": "https://img01.dmhmusic.com/0206/M00/70/D9/ChR461tM64yARSFhAADEOxmuddA496.jpg",
                                "region": "内地"
                            }
                        ],
                        "assetId": "T10052961769",
                        "isrc": "CN-Z50-19-01594",
                        "sort": 1,
                        "title": "一春嗨"
                    },
                    {}
                ],
                "pushTime": "2019-12-23T10:00:00+08:00",
                "available": true,
                "availableErrMsg": ""
            }
        ]
    }
}
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
53
54
55
56
57
58
59
60
Last Updated: 12/25/2020, 2:41:19 PM