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