@be-link/ecommerce-trade-service-node-sdk 0.1.1 → 0.1.2
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/consts.js +0 -1
- package/enums.d.ts +0 -2
- package/enums.js +0 -2
- package/package.json +1 -1
package/consts.js
CHANGED
|
@@ -5,7 +5,6 @@ const enums_1 = require("./enums");
|
|
|
5
5
|
exports.OrderSourceMap = {
|
|
6
6
|
[enums_1.ENUM.OrderSource.LIVE]: '直播订单',
|
|
7
7
|
[enums_1.ENUM.OrderSource.POINTS]: '积分商城订单',
|
|
8
|
-
[enums_1.ENUM.OrderSource.MEMBER]: '会员订单',
|
|
9
8
|
[enums_1.ENUM.OrderSource.DETAIL_SHARE]: '商详分享下单',
|
|
10
9
|
};
|
|
11
10
|
exports.OrderPlatformMap = {
|
package/enums.d.ts
CHANGED
package/enums.js
CHANGED
|
@@ -10,8 +10,6 @@ var ENUM;
|
|
|
10
10
|
OrderSource["LIVE"] = "LIVE";
|
|
11
11
|
/** 积分商城订单 */
|
|
12
12
|
OrderSource["POINTS"] = "POINTS";
|
|
13
|
-
/** 会员订单 */
|
|
14
|
-
OrderSource["MEMBER"] = "MEMBER";
|
|
15
13
|
/** 商详分享下单 */
|
|
16
14
|
OrderSource["DETAIL_SHARE"] = "DETAIL_SHARE";
|
|
17
15
|
})(OrderSource = ENUM.OrderSource || (ENUM.OrderSource = {}));
|