feat(dynamic): update get_dynamic_detail
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 动态详细信息字段
|
||||
# 动态卡片信息字段
|
||||
|
||||
不同动态内容卡片的具体信息。包含在 [获取特定动态卡片信息](get_dynamic_detail.md#获取特定动态卡片信息),[话题下特定动态信息](topic.md#话题下特定动态信息) 等 API 的 JSON 回复中
|
||||
不同动态内容卡片的具体信息。包含在 [获取特定动态卡片信息](get_dynamic_detail.md#获取特定动态卡片信息) 等 API 的 JSON 回复中
|
||||
|
||||
以card字段的形式出现,内容为一个可被解析为Json对象的字符串。
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
****
|
||||
|
||||
## 在转发类动态中(type=1)
|
||||
## 转发动态 (type=1)
|
||||
|
||||
需注意账号转发视频投稿,其他用户的动态以及分享收藏夹等均为转发类内容,并不属于type=4300的收藏类动态等。
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
</details>
|
||||
|
||||
## 在图片动态中(type=2)
|
||||
## 图片动态 (type=2)
|
||||
|
||||
在type=2的图片动态中,解析出的对象包含以下内容:
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
|
||||
</details>
|
||||
|
||||
## 在文字动态中(type=4)
|
||||
## 文字动态 (type=4)
|
||||
|
||||
在type=4的文字动态中,解析出的对象包含以下内容:
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
</details>
|
||||
|
||||
## 在视频投稿动态中(type=8)
|
||||
## 视频投稿动态 (type=8)
|
||||
|
||||
在type=8的视频投稿动态中,解析出的对象包含以下内容:
|
||||
|
||||
@@ -302,7 +302,11 @@
|
||||
|
||||
</details>
|
||||
|
||||
## 在专栏投稿动态中(type=64)
|
||||
## 小视频 (type=16)
|
||||
|
||||
## 戏剧? (type=32)
|
||||
|
||||
## 专栏投稿动态 (type=64)
|
||||
|
||||
在type=64的专栏投稿动态中,解析出的对象包含以下内容:
|
||||
|
||||
@@ -449,7 +453,7 @@
|
||||
|
||||
</details>
|
||||
|
||||
## 在音频投稿动态中(type=256)
|
||||
## 音频投稿动态 (type=256)
|
||||
|
||||
在type=256的音频投稿动态中,解析出的对象包含以下内容:
|
||||
|
||||
@@ -490,3 +494,43 @@
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 番剧 (type=512)
|
||||
|
||||
## ??? (type=1000)
|
||||
|
||||
## ??? (type=1001)
|
||||
|
||||
## ??? (type=1024)
|
||||
|
||||
## H5 活动动态 (type=2048)
|
||||
|
||||
## 漫画分享 (type=2049)
|
||||
|
||||
## PGC 番剧 (type=4097)
|
||||
|
||||
## 电影 (type=4098)
|
||||
|
||||
## 电视剧 (type=4099)
|
||||
|
||||
## 国创动漫 (type=4100)
|
||||
|
||||
## 纪录片 (type=4101)
|
||||
|
||||
## 直播 (type=4200)
|
||||
|
||||
## 直播 (type=4201)
|
||||
|
||||
## 收藏夹 (type=4300)
|
||||
|
||||
## 付费课程 (type=4302)
|
||||
|
||||
## 付费课程 (type=4303)
|
||||
|
||||
## 直播 (type=4308)
|
||||
|
||||
## 合集 (type=4310)
|
||||
|
||||
## ??? (type=4311)
|
||||
|
||||
## ??? (type=268435455)
|
||||
|
||||
Reference in New Issue
Block a user