# 专辑列表获取接口
# 接口描述
接口用于获取专辑列表。
# 调用方法
请求接口:/ALBUM/albumGetAll.json
请求方法:POST
# 输入参数
参数名 | 类型 | 是否必传 | 说明 |
---|---|---|---|
pageNo | numeric | 必传 | 页数;值范围[1,50] |
pageSize | numeric | 必传 | 每页数量;值范围[1,50] |
# 返回结果
{
"state": true,
"errcode": "",
"errmsg": "",
"data": {
"total": 7766,
"result": [
{
"albumAssetCode": "P10003593982",
"artist": [
{
"artistCode": "A10050762",
"birthday": "1901-01-01",
"gender": "未知",
"name": "Lau Nau",
"artistType": 38,
"artistTypeName": "歌手",
"pic": "https://img01.dmhmusic.com/0206/M00/70/F5/ChR461tM7PKAMwMdAABv_YywKhk313.jpg",
"region": ""
},
{
"artistCode": "A10358330",
"gender": "未知",
"name": "Matti Bye",
"artistType": 38,
"artistTypeName": "歌手",
"pic": "",
"region": ""
}
],
"releaseDate": "2020-12-09T00:00:00.000Z",
"cpId": 23,
"introduce": "Signals is an absolutely beautiful new collaborative effort between the much beloved Finnish electronic artist Lau Nau, and the brilliant Swedish composer and pianist Matti Bye. These 8 gently melancholic, and deeply sensitive tracks are a perfect antidote to the stressful times that we all find ourselves in. Let these soothing sounds soften your cares during these all too dark days. Lau Nau and Matti have worked together for many years on a variety of projects. With this new album, Laura’s exceedingly delicate touch with her quietly twinkling and gently humming electronic treatments blend seamlessly with Matti’s softly echoed repetitions on the piano, leading to an overall feeling of peaceful quiet, and timeless mystery",
"genre": "电音",
"upc": "672985629493",
"pic": "https://img01.dmhmusic.com/0412/M00/0B/89/ChAKEV_NzASAAZlLACeBvjwzl6k272.jpg",
"type": 1,
"title": "Signals",
"lang": "英语",
"downTime": "2037-01-01T00:00:00+08:00",
"trackList": [
{
"duration": 141,
"artist": [],
"assetId": "T10058456242",
"isrc": "CA-GOO-20-85425",
"sort": 1,
"title": "Brightness Of The Low Sun"
},
{}
],
"pushTime": "2020-12-07T00: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
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
← 艺人歌曲数量查询接口 专辑列表快速查询接口 →