From f9b0e5ff74ee782dfbe3303a57e7ddcc6504ae8c Mon Sep 17 00:00:00 2001 From: GWDx Date: Fri, 10 Dec 2021 17:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=BD=E4=BB=A4=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=20(#287)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/relation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/relation.md b/user/relation.md index 203034f..b8c39ee 100644 --- a/user/relation.md +++ b/user/relation.md @@ -297,7 +297,7 @@ data 对象: 获取用户`mid=293793435`的关注明细,按照关注顺序 ```shell -curl -G 'http://api.bilibili.com/x/relation/ollowings' \ +curl -G 'http://api.bilibili.com/x/relation/followings' \ --data-urlencode 'vmid=293793435' \ --data-urlencode 'order_type=' \ --data-urlencode 'ps=2' \