修改【获取硬币数】

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

View File

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