vip过期时间 (#173)

This commit is contained in:
暮光小猿wzt
2021-04-01 12:20:24 +08:00
committed by GitHub
parent d4ec0ec7fa
commit 63da445430
+2
View File
@@ -75,6 +75,7 @@
| ---------------- | ---- | ---------------- | ----------------------------------------------- |
| type | num | 会员类型 | 0:无<br />1:月大会员<br />2:年度及以上大会员 |
| status | num | 会员状态 | 0:无<br />1:有 |
| due_date | num | 会员过期时间 | Unix时间戳(毫秒) |
| theme_type | num | 0 | 作用尚不明确 |
| label | obj | 会员标签 | |
| avatar_subscript | num | 是否显示会员图标 | 0:不显示<br />1:显示 |
@@ -535,6 +536,7 @@ curl -G 'api.bilibili.com/x/web-interface/card' \
| ---------------- | ---- | ---------------- | ----------------------------------------------- |
| type | num | 会员类型 | 0:无<br />1:月大会员<br />2:年度及以上大会员 |
| status | num | 会员状态 | 0:无<br />1:有 |
| due_date | num | 会员过期时间 | Unix时间戳(毫秒) |
| theme_type | num | 0 | 作用尚不明确 |
| label | obj | 会员标签 | |
| avatar_subscript | num | 是否显示会员图标 | 0:不显示<br />1:显示 |