修改【获取硬币数】

This commit is contained in:
SocialSisterYi 2020-10-23 20:15:53 +08:00
parent 9891210330
commit f140541c0a

View File

@ -528,9 +528,9 @@ curl -G 'http://api.bilibili.com/x/web-interface/nav/stat' \
`data`对象:
| 字段 | 类型 | 内容 | 备注 |
| ----- | ---- | ---------- | ---- |
| money | num | 当前硬币数 | |
| 字段 | 类型 | 内容 | 备注 |
| ----- | -------------------------------------- | ---------- | ---- |
| money | 硬币为正数时:num<br />硬币为0时null | 当前硬币数 | |
**示例:**
@ -553,6 +553,4 @@ curl 'http://account.bilibili.com/site/getCoin' \
}
```
</details>
##
</details>