@be-link/ecommerce-trade-service-node-sdk 0.1.40 → 0.1.41
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.
|
@@ -750,6 +750,17 @@ export declare namespace PosOrderQueryService {
|
|
|
750
750
|
/** 积分数 */
|
|
751
751
|
pointNum: number;
|
|
752
752
|
};
|
|
753
|
+
/** 物流信息 */
|
|
754
|
+
logisticsInfo?: {
|
|
755
|
+
/** 物流公司 */
|
|
756
|
+
company: string;
|
|
757
|
+
/** 物流单号 */
|
|
758
|
+
logisticsNo: string;
|
|
759
|
+
/** 发货时间 */
|
|
760
|
+
deliveryTime: number;
|
|
761
|
+
/** 收货时间 */
|
|
762
|
+
receiveTime: number;
|
|
763
|
+
};
|
|
753
764
|
}
|
|
754
765
|
interface IGetLastOrderAddrByProductPick {
|
|
755
766
|
/** 收货人 */
|