@be-link/ecommerce-client-backend-service-node-sdk 0.1.6 → 0.1.8
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/data/service.js
CHANGED
|
@@ -73,12 +73,12 @@ __decorate([
|
|
|
73
73
|
], DataServiceClass.prototype, "getAudienceList", null);
|
|
74
74
|
__decorate([
|
|
75
75
|
(0, tsoa_1.OperationId)('直播间统计查询'),
|
|
76
|
-
(0, tsoa_1.Post)('get-
|
|
76
|
+
(0, tsoa_1.Post)('get-live-stream-statistics'),
|
|
77
77
|
__param(0, (0, tsoa_1.Body)())
|
|
78
78
|
], DataServiceClass.prototype, "getLiveStreamStatistics", null);
|
|
79
79
|
__decorate([
|
|
80
80
|
(0, tsoa_1.OperationId)('直播间商品销量排行查询'),
|
|
81
|
-
(0, tsoa_1.Post)('get-
|
|
81
|
+
(0, tsoa_1.Post)('get-live-stream-product-top'),
|
|
82
82
|
__param(0, (0, tsoa_1.Body)())
|
|
83
83
|
], DataServiceClass.prototype, "getLiveStreamProductTop", null);
|
|
84
84
|
DataServiceClass = __decorate([
|
package/modules/data/types.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ export declare namespace DataService {
|
|
|
30
30
|
liveStreamRoomId: string;
|
|
31
31
|
/** 用户id */
|
|
32
32
|
userId: string;
|
|
33
|
-
/**
|
|
34
|
-
viewType: ENUM.
|
|
33
|
+
/** 直播间状态 */
|
|
34
|
+
viewType: ENUM.ROOM.STATUS;
|
|
35
35
|
/** 用户行为 */
|
|
36
36
|
/** 事件发生时间,毫秒时间戳 */
|
|
37
37
|
eventAt: number;
|