大量勘误 添加【指定用户的最近投币列表】接口
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
**示例:**
|
||||
|
||||
```shell
|
||||
curl 'http://member.bilibili.com/x/web/elec/user'\
|
||||
curl 'http://member.bilibili.com/x/web/elec/user' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
@@ -105,14 +105,14 @@ curl 'http://member.bilibili.com/x/web/elec/user'\
|
||||
Cookie方式:
|
||||
|
||||
```shell
|
||||
curl 'http://api.bilibili.com/studio/up-rating/rating/summary'\
|
||||
curl 'http://api.bilibili.com/studio/up-rating/rating/summary' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
APP方式:
|
||||
|
||||
```shell
|
||||
curl -G 'http://api.bilibili.com/studio/up-rating/rating/summary'\
|
||||
curl -G 'http://api.bilibili.com/studio/up-rating/rating/summary' \
|
||||
--data-urlencode 'access_key=xxx'
|
||||
```
|
||||
|
||||
@@ -222,16 +222,16 @@ curl -G 'http://api.bilibili.com/studio/up-rating/rating/summary'\
|
||||
Cookie方式:
|
||||
|
||||
```shell
|
||||
curl -G 'http://api.bilibili.com/studio/up-rating/rating/history'\
|
||||
--data-urlencode 'type=1'\
|
||||
curl -G 'http://api.bilibili.com/studio/up-rating/rating/history' \
|
||||
--data-urlencode 'type=1' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
APP方式:
|
||||
|
||||
```shell
|
||||
curl -G 'http://api.bilibili.com/studio/up-rating/rating/history'\
|
||||
--data-urlencode 'type=1'\
|
||||
curl -G 'http://api.bilibili.com/studio/up-rating/rating/history' \
|
||||
--data-urlencode 'type=1' \
|
||||
--data-urlencode 'access_key=xxx'
|
||||
```
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
**示例:**
|
||||
|
||||
```shell
|
||||
curl 'http://member.bilibili.com/x/web/index/stat'\
|
||||
curl 'http://member.bilibili.com/x/web/index/stat' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
@@ -203,7 +203,7 @@ curl 'http://member.bilibili.com/x/web/index/stat'\
|
||||
**示例:**
|
||||
|
||||
```shell
|
||||
curl 'http://member.bilibili.com/x/web/data/article'\
|
||||
curl 'http://member.bilibili.com/x/web/data/article' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
@@ -295,8 +295,8 @@ curl 'http://member.bilibili.com/x/web/data/article'\
|
||||
查询30天前的视频播放增量趋势,可知`2020-04-05`的播放增量为`46`,`2020-04-04`的播放增量为`58`
|
||||
|
||||
```shell
|
||||
curl -G 'http://member.bilibili.com/x/web/data/pandect'\
|
||||
--data-urlencode 'type=1'\
|
||||
curl -G 'http://member.bilibili.com/x/web/data/pandect' \
|
||||
--data-urlencode 'type=1' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
@@ -393,8 +393,8 @@ curl -G 'http://member.bilibili.com/x/web/data/pandect'\
|
||||
查询30天前的文章阅读增量趋势,可知`2020-04-05`的阅读增量为`6`,`2020-04-04`的阅读增量为`6`
|
||||
|
||||
```shell
|
||||
curl -G 'http://member.bilibili.com/x/web/data/article/thirty'\
|
||||
--data-urlencode 'type=1'\
|
||||
curl -G 'http://member.bilibili.com/x/web/data/article/thirty' \
|
||||
--data-urlencode 'type=1' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
@@ -515,8 +515,8 @@ curl -G 'http://member.bilibili.com/x/web/data/article/thirty'\
|
||||
查询我的稿件来源占比情况
|
||||
|
||||
```shell
|
||||
curl -G 'http://member.bilibili.com/x/web/data/survey'\
|
||||
--data-urlencode 'type=1'\
|
||||
curl -G 'http://member.bilibili.com/x/web/data/survey' \
|
||||
--data-urlencode 'type=1' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
@@ -620,7 +620,7 @@ curl -G 'http://member.bilibili.com/x/web/data/survey'\
|
||||
**示例:**
|
||||
|
||||
```shell
|
||||
curl 'http://member.bilibili.com/x/web/data/playsource'\
|
||||
curl 'http://member.bilibili.com/x/web/data/playsource' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
@@ -755,7 +755,7 @@ curl 'http://member.bilibili.com/x/web/data/playsource'\
|
||||
**示例:**
|
||||
|
||||
```shell
|
||||
curl 'http://member.bilibili.com/x/web/data/base'\
|
||||
curl 'http://member.bilibili.com/x/web/data/base' \
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user