fix(private_msg): missing end tags & wrong request method
Signed-off-by: 晨叶梦春 <65224318+wuziqian211@users.noreply.github.com>
This commit is contained in:
parent
ac79452058
commit
af1fdba398
@ -145,7 +145,7 @@
|
|||||||
以下信息代表未读未关注用户私信数为 `1` 条,未读已关注用户私信数为 `6` 条
|
以下信息代表未读未关注用户私信数为 `1` 条,未读已关注用户私信数为 `6` 条
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl 'https://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread' \
|
curl -G 'https://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread' \
|
||||||
--data-urlencode 'unread_type=0' \
|
--data-urlencode 'unread_type=0' \
|
||||||
--data-urlencode 'show_unfollow_list=1' \
|
--data-urlencode 'show_unfollow_list=1' \
|
||||||
--data-urlencode 'show_dustbin=1' \
|
--data-urlencode 'show_dustbin=1' \
|
||||||
@ -216,7 +216,7 @@ curl 'https://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread' \
|
|||||||
以下信息代表未读粉丝团私信数为 `497` 条
|
以下信息代表未读粉丝团私信数为 `497` 条
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl 'https://api.vc.bilibili.com/session_svr/v1/session_svr/my_group_unread' \
|
curl -G 'https://api.vc.bilibili.com/session_svr/v1/session_svr/my_group_unread' \
|
||||||
--data-urlencode 'build=0' \
|
--data-urlencode 'build=0' \
|
||||||
--data-urlencode 'mobi_app=web' \
|
--data-urlencode 'mobi_app=web' \
|
||||||
-b 'SESSDATA=xxx'
|
-b 'SESSDATA=xxx'
|
||||||
@ -1376,6 +1376,8 @@ curl 'https://api.vc.bilibili.com/session_svr/v1/session_svr/update_intercept' \
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### 设置所有拦截会话为已读
|
### 设置所有拦截会话为已读
|
||||||
|
|
||||||
> <https://api.vc.bilibili.com/session_svr/v1/session_svr/batch_update_dustbin_ack>
|
> <https://api.vc.bilibili.com/session_svr/v1/session_svr/batch_update_dustbin_ack>
|
||||||
@ -1427,6 +1429,8 @@ curl 'https://api.vc.bilibili.com/session_svr/v1/session_svr/batch_update_dustbi
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### 移除所有拦截会话
|
### 移除所有拦截会话
|
||||||
|
|
||||||
> <https://api.vc.bilibili.com/session_svr/v1/session_svr/batch_rm_dustbin>
|
> <https://api.vc.bilibili.com/session_svr/v1/session_svr/batch_rm_dustbin>
|
||||||
@ -1478,6 +1482,8 @@ curl 'https://api.vc.bilibili.com/session_svr/v1/session_svr/batch_rm_dustbin' \
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## 私信消息相关
|
## 私信消息相关
|
||||||
|
|
||||||
### 查询私信消息记录
|
### 查询私信消息记录
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user