mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 15:04:29 +08:00
v3.18.1评论接口增加 before
参数以获取超过5000条评论数据 #521 修复 /msg/comments
传入参数和文档描述不一致问题
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
module.exports = (query, request) => {
|
||||
const data = {
|
||||
limit: query.limit || 20,
|
||||
offset: query.offset || 0
|
||||
offset: query.offset || 0,
|
||||
beforeTime: query.before|| 0
|
||||
};
|
||||
return request(
|
||||
"POST",
|
||||
|
Reference in New Issue
Block a user