返回提交历史
Modified
user/info.md
+3
-3
XFEstudio/bilibili-API-collect
Update info.md (#160)
0f34dd8
代码差异
1 个文件
+3
-3
@@ -582,9 +582,9 @@ curl -G 'api.bilibili.com/x/web-interface/card' \
582
582
| 字段 | 类型 | 内容 | 备注 |
583
583
| ------------- | ---- | -------- | ---------------- |
584
584
| current_level | num | 当前等级 | 0-6级 |
585
| current_min | num | 0 | **作用尚不明确** |
586
| current_exp | num | 0 | **作用尚不明确** |
587
| next_exp | num | 0 | **作用尚不明确** |
585
| current_min | num | 0 | 指当前等级从多少经验值开始 |
586
| current_exp | num | 0 | 当前账户的经验值 |
587
| next_exp | num | 0 | 下一个等级所需的经验值**(不是还需要多少)** |
588
588
589
589
**示例:**
590
590