格式化

This commit is contained in:
MineCreeper86
2020-08-31 16:37:38 +08:00
parent 77b660313b
commit cd410bb56d
68 changed files with 987 additions and 15 deletions

View File

@@ -42,6 +42,9 @@ curl 'http://api.bilibili.com/x/emote/package/add'\
-b 'SESSDATA=xxx'
```
<details>
<summary>查看响应示例:</summary>
```json
{
"code": 0,
@@ -50,6 +53,8 @@ curl 'http://api.bilibili.com/x/emote/package/add'\
}
```
</details>
## 移除表情包
> http://api.bilibili.com/x/emote/package/remove
@@ -88,6 +93,9 @@ curl 'http://api.bilibili.com/x/emote/package/remove'\
-b 'SESSDATA=xxx'
```
<details>
<summary>查看响应示例:</summary>
```json
{
"code": 0,
@@ -96,3 +104,4 @@ curl 'http://api.bilibili.com/x/emote/package/remove'\
}
```
</details>