mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
chore: remove netease api code from repo
This commit is contained in:
parent
e1f1d18aa4
commit
4bce2c7071
228 changed files with 1 additions and 20219 deletions
|
|
@ -1,19 +0,0 @@
|
|||
// 首页-发现 dragon ball
|
||||
// 这个接口为移动端接口,首页-发现页(每日推荐、歌单、排行榜 那些入口)
|
||||
// 数据结构可以参考 https://github.com/hcanyz/flutter-netease-music-api/blob/master/lib/src/api/uncategorized/bean.dart#L290 HomeDragonBallWrap
|
||||
// !需要登录或者匿名登录,非登录返回 []
|
||||
module.exports = (query, request) => {
|
||||
const data = {};
|
||||
return request(
|
||||
'POST',
|
||||
`https://music.163.com/eapi/homepage/dragon/ball/static`,
|
||||
data,
|
||||
{
|
||||
crypto: 'eapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy,
|
||||
url: '/api/homepage/dragon/ball/static',
|
||||
realIP: query.realIP,
|
||||
},
|
||||
);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue