补充 Official 对象中的认证类型信息 (#666)

* 更新 payment 和 pay_type 对象信息

- 补充 `payment` 对象描述。
- 新增 `payment` 对象中的 `vip_price` 字段。
- 移除 `payment` 中不再使用的 `tip` 字段。
- 新增 `pay_type` 对象描述。

* 修正描述

* Update README.md

* Update get_dynamic_detail.md

* Update login_info.md

* Update info.md

* Add files via upload

* Update info.md

* Update README.md
This commit is contained in:
Sheep-realms
2023-05-15 02:12:11 +08:00
committed by GitHub
parent 956b874da9
commit f402c6b7f4
6 changed files with 20 additions and 7 deletions

View File

@@ -65,7 +65,7 @@
| 字段 | 类型 | 内容 | 备注 |
| ----- | ---- | -------- | ------------------------------------------------- |
| role | num | 认证类型 | 0无<br />1 2 7个人认证<br />3 4 5 6机构认证 |
| role | num | 认证类型 | 见[用户认证类型一览](../user/official_role.md) |
| title | str | 认证信息 | 无为空 |
| desc | str | 认证备注 | 无为空 |
| type | num | 是否认证 | -1无<br />0认证 |
@@ -558,4 +558,4 @@ curl 'https://account.bilibili.com/site/getCoin' \
}
```
</details>
</details>