mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 00:12:07 +08:00
修复代理配置失效的问题 #992,修复新碟上架不返回周数据的问题,修复推荐新音乐接口返回数量问题,并添加limit参数支持 #981, 添加云贝
相关接口 #985,添加用户账号信息
接口,替换接口文件所有http url 为 https
This commit is contained in:
@ -5,7 +5,7 @@ module.exports = (query, request) => {
|
||||
limit: query.limit || 20,
|
||||
offset: query.offset || 0,
|
||||
}
|
||||
return request('POST', `http://music.163.com/weapi/act/hot`, data, {
|
||||
return request('POST', `https://music.163.com/weapi/act/hot`, data, {
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy,
|
||||
|
Reference in New Issue
Block a user