@be-link/ecommerce-client-backend-service-node-sdk 0.1.10 → 0.1.12
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.
package/modules/room/types.d.ts
CHANGED
|
@@ -137,6 +137,10 @@ export declare namespace RoomService {
|
|
|
137
137
|
name: string;
|
|
138
138
|
/** 直播间状态:1-直播中;2-预告;3-回放;4-已结束 */
|
|
139
139
|
status: ENUM.ROOM.STATUS;
|
|
140
|
+
/** 封面图片url */
|
|
141
|
+
coverImage: string;
|
|
142
|
+
/** 竖版封面图片url */
|
|
143
|
+
verticalCoverImage: string;
|
|
140
144
|
/** 分享封面url */
|
|
141
145
|
shareCover: string;
|
|
142
146
|
/** 开始时间 */
|