mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
移除冗余代码
This commit is contained in:
parent
39b4f80134
commit
b913c4ba10
@ -19,7 +19,7 @@ module.exports = (query, request) => {
|
||||
pageNo: pageNo,
|
||||
showInner: query.showInner || true,
|
||||
pageSize: pageSize,
|
||||
cursor: (pageNo - 1) * (pageSize || 20),
|
||||
cursor: (pageNo - 1) * pageSize,
|
||||
sortType: query.sortType || 1, //1:按推荐排序,2:按热度排序,3:按时间排序
|
||||
}
|
||||
return request(
|
||||
|
Loading…
x
Reference in New Issue
Block a user