From 61c1e79b2488fb6c58d4c6e3b205dcaa6ea43081 Mon Sep 17 00:00:00 2001 From: SocialSisterYi <45892418+SocialSisterYi@users.noreply.github.com> Date: Sun, 7 Mar 2021 13:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=90=E6=8B=89=E5=8F=96?= =?UTF-8?q?=E8=87=AA=E9=80=89=E9=A2=98=E3=80=91api=E7=9A=84url=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newbie_exam/fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newbie_exam/fetch.md b/newbie_exam/fetch.md index 58a2181..a21d806 100644 --- a/newbie_exam/fetch.md +++ b/newbie_exam/fetch.md @@ -205,7 +205,7 @@ curl -G 'http://api.bilibili.com/x/answer/v4/extra' \ **示例:** ```shell -curl -G 'http://api.bilibili.com/x/answer/v4/extra' \ +curl -G 'http://api.bilibili.com/x/answer/v4/pro' \ -b 'SESSDATA=xxx' ```