mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-03-21 19:13:10 +00:00
fix: 修复部分拼写错误
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
c1b8a381f3
commit
288459cddb
@ -3,7 +3,7 @@
|
|||||||
const createOption = require('../util/option.js')
|
const createOption = require('../util/option.js')
|
||||||
module.exports = (query, request) => {
|
module.exports = (query, request) => {
|
||||||
const data = {
|
const data = {
|
||||||
limit: query.page || 20,
|
limit: query.limit || 20,
|
||||||
}
|
}
|
||||||
return request(
|
return request(
|
||||||
`/api/social/my/created/voicelist/v1`,
|
`/api/social/my/created/voicelist/v1`,
|
||||||
|
|||||||
@ -4126,7 +4126,7 @@ type='1009' 获取其 id, 如`/search?keywords= 代码时间 &type=1009`
|
|||||||
|
|
||||||
`limit`: 取出歌单数量, 默认为 10
|
`limit`: 取出歌单数量, 默认为 10
|
||||||
|
|
||||||
`offset`: 偏移数量 , 用于分页 , 如 :( 评论页数 -1)\*200, 其中 200 为 limit 的值
|
`offset`: 偏移数量 , 用于分页 , 默认为 30
|
||||||
|
|
||||||
### 播客声音列表
|
### 播客声音列表
|
||||||
|
|
||||||
@ -5093,7 +5093,7 @@ let data = encodeURIComponent(
|
|||||||
|
|
||||||
**调用例子 :** `/song/like?id=2058263032&uid=32953014&like=true`
|
**调用例子 :** `/song/like?id=2058263032&uid=32953014&like=true`
|
||||||
|
|
||||||
### 我创建的博客声音
|
### 我创建的播客声音
|
||||||
|
|
||||||
说明 : 登录后调用此接口, 获取我创建的博客声音
|
说明 : 登录后调用此接口, 获取我创建的博客声音
|
||||||
|
|
||||||
@ -5107,7 +5107,7 @@ let data = encodeURIComponent(
|
|||||||
|
|
||||||
### 发布评论
|
### 发布评论
|
||||||
|
|
||||||
说明 : 登录后调用此接口, 传入歌曲 id, 评论内容等信息, 发布评论
|
说明 : 登录后调用此接口, 传入评论线程 id, 评论内容等信息, 发布评论
|
||||||
|
|
||||||
**必选参数 :**
|
**必选参数 :**
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user