File tree Expand file tree Collapse file tree
NeteaseCloudMusicApi/V1/Personalized Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Created by PhpStorm.
4+ * User: kilingzhang
5+ * Date: 2020-04-20
6+ * Time: 01:10
7+ */
8+
9+ namespace NeteaseCloudMusicApi \V1 \Personalized ;
10+
11+
12+ use NeteaseCloudMusicApi \Controller ;
13+
14+ /**
15+ * Class Djprogram
16+ * @package NeteaseCloudMusicApi\V1\Personalized
17+ *
18+ * 推荐电台
19+ * 说明:调用此接口,可获取推荐电台
20+ *
21+ * 接口地址:
22+ * /personalized/djprogram
23+ *
24+ * 调用例子:
25+ * http://i.music.163.com/personalized/djprogram
26+ *
27+ */
28+ class Djprogram extends Controller
29+ {
30+ protected $ uri = 'https://music.163.com/weapi/personalized/djprogram ' ;
31+ }
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Created by PhpStorm.
4+ * User: kilingzhang
5+ * Date: 2020-04-20
6+ * Time: 01:06
7+ */
8+
9+ namespace NeteaseCloudMusicApi \V1 \Personalized ;
10+
11+
12+ use NeteaseCloudMusicApi \Controller ;
13+
14+ /**
15+ * Class Index
16+ * @package NeteaseCloudMusicApi\V1\Personalized
17+ *
18+ * 推荐歌单
19+ * 说明:调用此接口,可获取推荐歌单
20+ *
21+ * 接口地址:
22+ * /personalized
23+ *
24+ * 调用例子:
25+ * http://i.music.163.com/personalized
26+ *
27+ */
28+ class Index extends Controller
29+ {
30+ protected $ uri = 'https://music.163.com/weapi/personalized/playlist ' ;
31+ }
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Created by PhpStorm.
4+ * User: kilingzhang
5+ * Date: 2020-04-20
6+ * Time: 01:08
7+ */
8+
9+ namespace NeteaseCloudMusicApi \V1 \Personalized ;
10+
11+
12+ use NeteaseCloudMusicApi \Controller ;
13+
14+ /**
15+ * Class Mv
16+ * @package NeteaseCloudMusicApi\V1\Personalized
17+ *
18+ * 推荐 mv
19+ * 说明:调用此接口,可获取推荐 mv
20+ *
21+ * 接口地址:
22+ * /personalized/mv
23+ *
24+ * 调用例子:
25+ * http://i.music.163.com/personalized/mv
26+ *
27+ */
28+ class Mv extends Controller
29+ {
30+ protected $ uri = 'https://music.163.com/weapi/personalized/mv ' ;
31+ }
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Created by PhpStorm.
4+ * User: kilingzhang
5+ * Date: 2020-04-20
6+ * Time: 01:08
7+ */
8+
9+ namespace NeteaseCloudMusicApi \V1 \Personalized ;
10+
11+
12+ use NeteaseCloudMusicApi \Controller ;
13+
14+ /**
15+ * Class Newsong
16+ * @package NeteaseCloudMusicApi\V1\Personalized
17+ *
18+ * 推荐新音乐
19+ * 说明:调用此接口,可获取推荐新音乐
20+ *
21+ * 接口地址:
22+ * /personalized/newsong
23+ *
24+ * 调用例子:
25+ * http://i.music.163.com/personalized/newsong
26+ *
27+ */
28+ class Newsong extends Controller
29+ {
30+ protected $ uri = 'https://music.163.com/weapi/personalized/newsong ' ;
31+ }
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Created by PhpStorm.
4+ * User: kilingzhang
5+ * Date: 2020-04-20
6+ * Time: 01:11
7+ */
8+
9+ namespace NeteaseCloudMusicApi \V1 \Personalized ;
10+
11+
12+ use NeteaseCloudMusicApi \Controller ;
13+
14+ /**
15+ * Class Privatecontent
16+ * @package NeteaseCloudMusicApi\V1\Personalized
17+ *
18+ * 独家放送
19+ * 说明:调用此接口,可获取独家放送
20+ *
21+ * 接口地址:
22+ * /personalized/privatecontent
23+ *
24+ * 调用例子:
25+ * http://i.music.163.com/personalized/privatecontent
26+ *
27+ */
28+ class Privatecontent extends Controller
29+ {
30+ protected $ uri = 'https://music.163.com/weapi/personalized/privatecontent ' ;
31+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments