@be-link/ecommerce-trade-service-node-sdk 0.1.49 → 0.1.51
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.
|
@@ -167,8 +167,7 @@ export declare namespace PosOrderQueryService {
|
|
|
167
167
|
/** 商品ID */
|
|
168
168
|
productId: string;
|
|
169
169
|
}
|
|
170
|
-
|
|
171
|
-
}
|
|
170
|
+
type IExportOrderData = IOrderList;
|
|
172
171
|
interface IExportOrderDataByIds {
|
|
173
172
|
/** 订单IDs */
|
|
174
173
|
orderIds: string[];
|
|
@@ -182,6 +181,7 @@ export declare namespace PosOrderQueryService {
|
|
|
182
181
|
createdAt: number;
|
|
183
182
|
/** 支付时间 */
|
|
184
183
|
payTime?: number;
|
|
184
|
+
userId: string;
|
|
185
185
|
source: ENUM.OrderSource;
|
|
186
186
|
platform: ENUM.OrderPlatform;
|
|
187
187
|
productId: string;
|