@be-link/ecommerce-trade-service-node-sdk 0.1.144 → 0.1.146
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.
|
@@ -137,6 +137,8 @@ export declare namespace StatisticsService {
|
|
|
137
137
|
startTime: number;
|
|
138
138
|
/** 结束时间 */
|
|
139
139
|
endTime: number;
|
|
140
|
+
/** 是否统计核销券类型的订单 */
|
|
141
|
+
isVerification?: boolean;
|
|
140
142
|
/** 商品ID[] */
|
|
141
143
|
productIds?: string[];
|
|
142
144
|
/** 分页参数 */
|
|
@@ -149,6 +151,8 @@ export declare namespace StatisticsService {
|
|
|
149
151
|
productId: string;
|
|
150
152
|
/** SKU ID[](筛选用) */
|
|
151
153
|
skuIds?: string[];
|
|
154
|
+
/** 是否统计核销券类型的订单 */
|
|
155
|
+
isVerification?: boolean;
|
|
152
156
|
/** 开始时间 */
|
|
153
157
|
startTime: number;
|
|
154
158
|
/** 结束时间 */
|