From dfd6d09693844b05fa01b3b59eb8dcf904d4f3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E8=91=A9=E3=81=AE=E7=81=B5=E6=A2=A6?= <415551921@qq.com> Date: Tue, 17 Jan 2023 15:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8E=B7=E5=8F=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=B8=93=E6=A0=8F=E4=BF=A1=E6=81=AF=E7=9A=84=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=94=99=E8=AF=AF=20(#585)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 修复获取用户专栏信息的部分错误 * Update list.md Co-authored-by: 社会易姐QwQ <45892418+SocialSisterYi@users.noreply.github.com> --- article/list.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/article/list.md b/article/list.md index d294545..20ce019 100644 --- a/article/list.md +++ b/article/list.md @@ -171,7 +171,7 @@ | 字段名 | 类型 | 内容 | 备注 | |------|-----|------|-----| | tid | num | 标签id | | -| name | num | 标签名称 | | +| name | str | 标签名称 | | ### `data`对象 -> `articles`数组中的对象 -> `media`对象 @@ -444,7 +444,7 @@ curl -L -X GET 'https://api.bilibili.com/x/space/article?mid=300021061&pn=1&ps=2 ## 获取用户专栏文集列表 -> https://api.bilibili.com/x/space/article +> https://api.bilibili.com/x/article/up/lists *请求方式:GET* @@ -500,7 +500,9 @@ curl -L -X GET 'https://api.bilibili.com/x/space/article?mid=300021061&pn=1&ps=2 **示例:** ```shell -curl -L -X GET 'https://api.bilibili.com/x/article/up/lists?mid=2859372&sort=0' +curl -X GET 'https://api.bilibili.com/x/article/up/lists' \ + --data-urlencode 'mid=2859372' \ + --data-urlencode 'sort=0' ```
@@ -672,4 +674,4 @@ curl -L -X GET 'https://api.bilibili.com/x/article/up/lists?mid=2859372&sort=0' } ``` -
\ No newline at end of file +