继续修改文档格式 补完TV端扫码登录

This commit is contained in:
SocialSisterYi
2020-07-18 23:56:10 +08:00
parent b8035da959
commit 57e130070f
36 changed files with 1158 additions and 386 deletions

View File

@@ -122,11 +122,11 @@
`pages`数组中的对象中的`dimension`对象(同`data`中的`dimension`对象)
| 字段 | 类型 | 内容 | 备注 |
| ------ | ---- | ------------ | ------------ |
| width | num | 当前分P 宽度 | |
| height | num | 当前分P 高度 | |
| rotate | num | 0 | 作用尚不明确 |
| 字段 | 类型 | 内容 | 备注 |
| ------ | ---- | -------------- | -------------------- |
| width | num | 当前分P 宽度 | |
| height | num | 当前分P 高度 | |
| rotate | num | 是否将宽高对换 | 0正常<br />1对换 |
`subtitle`对象:
@@ -459,11 +459,11 @@ curl -G 'http://api.bilibili.com/x/archive/desc'\
数组`data`中的对象中的`dimension`对象:
| 字段 | 类型 | 内容 | 备注 |
| ------ | ---- | ------------ | ------------ |
| width | num | 当前分P 宽度 | |
| height | num | 当前分P 高度 | |
| rotate | num | 0 | 作用尚不明确 |
| 字段 | 类型 | 内容 | 备注 |
| ------ | ---- | -------------- | -------------------- |
| width | num | 当前分P 宽度 | |
| height | num | 当前分P 高度 | |
| rotate | num | 是否将宽高对换 | 0正常<br />1对换 |
**示例:**

View File

@@ -109,9 +109,9 @@ curl -G 'http://api.bilibili.com/x/player/videoshot'\
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
| ------ | ---- | ---------- | ----------- | ---- |
| appkey | str | APP密钥 | APP方式必要 | |
| aid | num | 视频avID | 必要 | |
| cid | num | 分P CID | 必要 | |
| appkey | str | APP密钥 | APP方式必要 | |
| ts | num | 当前时间戳 | APP方式必要 | |
| sign | str | APP签名 | APP方式必要 | |
@@ -151,10 +151,10 @@ curl -G 'http://api.bilibili.com/x/player/videoshot'\
```shell
curl -G 'http://app.bilibili.com/x/v2/view/video/shot'\
--data-urlencode 'aid=26273789'
--data-urlencode 'cid=49075258'
--data-urlencode 'appkey=1d8b6e7d45233436'
--data-urlencode 'ts=0'
--data-urlencode 'appkey=1d8b6e7d45233436'\
--data-urlencode 'aid=26273789'\
--data-urlencode 'cid=49075258'\
--data-urlencode 'ts=0'\
--data-urlencode 'sign=06c0a4f2ede21984313552bd9439db18'
```