@ikenxuan/amagi 3.2.4 → 3.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -107,7 +107,7 @@ export interface DouyinAPIOptionsMap {
|
|
|
107
107
|
aweme_id?: string;
|
|
108
108
|
};
|
|
109
109
|
LiveRoomParams: {
|
|
110
|
-
/** 直播间ID */
|
|
110
|
+
/** 直播间ID,可从用户主页信息的room_id_str值取得 */
|
|
111
111
|
room_id: string;
|
|
112
112
|
/** 直播间真实房间号(可通过live.douyin.com/{web_rid}直接访问直播间),在用户主页信息的room_data中获取 */
|
|
113
113
|
web_rid?: string;
|
|
@@ -134,7 +134,7 @@ export interface DouyinDataOptionsMap {
|
|
|
134
134
|
'音乐数据': DouyinAPIOptionsMap['MusicParams'];
|
|
135
135
|
'图集作品数据': DouyinAPIOptionsMap['WorkParams'];
|
|
136
136
|
'实况图片图集数据': DouyinAPIOptionsMap['LiveWorkParams'];
|
|
137
|
-
'直播间信息数据': DouyinAPIOptionsMap['
|
|
137
|
+
'直播间信息数据': DouyinAPIOptionsMap['UserParams'];
|
|
138
138
|
'申请二维码数据': DouyinAPIOptionsMap['QrcodeParams'];
|
|
139
139
|
}
|
|
140
140
|
export {}
|