@be-link/ecommerce-trade-service-node-sdk 0.0.63 → 0.0.64
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.
|
@@ -11,8 +11,6 @@ export declare namespace PosCoreService {
|
|
|
11
11
|
namespace ByWeb {
|
|
12
12
|
namespace Request {
|
|
13
13
|
interface IShipOrder {
|
|
14
|
-
/** 操作人 */
|
|
15
|
-
operator: string;
|
|
16
14
|
/** 订单ID */
|
|
17
15
|
orderId: string;
|
|
18
16
|
/** 发货方式:WITH_LOGISTICS-需物流发货,WITHOUT_LOGISTICS-无物流发货 */
|
|
@@ -23,8 +21,6 @@ export declare namespace PosCoreService {
|
|
|
23
21
|
logisticsNo?: string;
|
|
24
22
|
}
|
|
25
23
|
interface IBatchShipOrder {
|
|
26
|
-
/** 操作人 */
|
|
27
|
-
operator: string;
|
|
28
24
|
/** 发货方式:WITH_LOGISTICS-需物流发货,WITHOUT_LOGISTICS-无物流发货 */
|
|
29
25
|
shipType: 'WITH_LOGISTICS' | 'WITHOUT_LOGISTICS';
|
|
30
26
|
/** Excel文件URL */
|