提交 21344327 编写于 作者: B binaryify

更新推荐歌单文档参数#594

上级 7a7001b3
......@@ -1764,10 +1764,7 @@ mp3url 不能直接用 , 可通过 `/song/url` 接口传入歌曲 id 获取具
说明 : 调用此接口 , 可获取推荐歌单
**可选参数 :** `limit`: 取出数量 , 默认为 30
`offset`: 偏移数量 , 用于分页 , 如 :( 页数 -1)\*30, 其中 30 为 limit 的值 , 默认
为 0
**可选参数 :** `limit`: 取出数量 , 默认为 30 (不支持 offset)
**接口地址 :** `/personalized`
......
......@@ -3,7 +3,7 @@
module.exports = (query, request) => {
const data = {
limit: query.limit || 30,
offset: query.offset || 0,
// offset: query.offset || 0,
total: true,
n: 1000
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册