@be-link/ecommerce-client-backend-service-node-sdk 0.1.74 → 0.1.75
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/package.json +1 -1
- package/types.d.ts +2 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -158,6 +158,8 @@ export interface ViewRecord {
|
|
|
158
158
|
coverImage: string;
|
|
159
159
|
/** 竖屏直播的封面图 URL。若未设置该参数值,则默认读取 CoverImage 的值。若通过控制台配置竖屏直播封面图且配置成功,则封面图的 URL 无协议头。若通过调用 API 接口配置竖屏直播封面图,则封面图的 URL 有协议头。 */
|
|
160
160
|
verticalCoverImage: string;
|
|
161
|
+
/** 分享封面,用于门店分享 */
|
|
162
|
+
shareCover: string;
|
|
161
163
|
/** 观看 URL。 */
|
|
162
164
|
viewUrl: string;
|
|
163
165
|
}
|