# 开机广告接口
# 接口描述
支持在移动手机设备 APP 的启动页插入开机广告,来推荐音乐。并快链到歌曲、专辑、艺人、歌单/榜单/电台、视频、外部网站的详情页。
关于开机广告的运营规则和商务合作,请联系商务进行洽谈。
# 调用接口
请求接口:/TRACKLIST/getAdvertisement.json
请求方法:POST
# 输入参数
无
# 返回结果
{
"state": true,
"errcode": "",
"errmsg": "",
"data": [
{
"id": "1",
"title": "新专辑宣推520",
"targetIdType": "1",
"linkContent": "1144452",
"showDuration": "5",
"startTime": "2020-05-09 00:00:00",
"endTime": "2020-06-09 23:59:59",
"status": "2",
"coverList": [
{
"fileName": "480-800-001.jpg",
"path": "https://img01.dmhmusic.com/0102/M00/F4/6B/ChR45F62IG2AIbiAAAMoFAVEGZ4702.jpg",
"size": "206868",
"width": "480",
"height": "800",
"format": "1",
"sort": "1"
},
{
"fileName": "640-960-002.jpg",
"path": "https://img01.dmhmusic.com/0104/M00/F3/FD/ChR45F62IImAU59oAAEWoa9AuYQ720.jpg",
"size": "71329",
"width": "640",
"height": "960",
"format": "1",
"sort": "2"
},
{
"fileName": "1080-1920-001.png",
"path": "https://img01.dmhmusic.com/0105/M00/F4/3D/ChR45V62IHCASC4-AAJSBhv32Ws772.jpg",
"size": "152070",
"width": "1080",
"height": "1920",
"format": "2",
"sort": "3"
},
{
"fileName": "1125-2436-002.jpg",
"path": "https://img01.dmhmusic.com/0105/M00/F4/58/ChR45F62IIGAGoHBABLfQymmpT4357.jpg",
"size": "1236803",
"width": "1125",
"height": "2436",
"format": "1",
"sort": "4"
}
]
}
]
}
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
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