@be-link/ecommerce-promotion-service-node-sdk 0.0.22 → 0.0.23

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.
@@ -6,7 +6,7 @@ export default abstract class BaseService {
6
6
  /** URL一级路径 */
7
7
  protected abstract prefixUrl: string;
8
8
  /** 子网域名 */
9
- protected readonly natDevHost = "";
9
+ protected readonly natDevHost = "http://yayvmsbg.promotion-service.07vmo6rk.by26x7u9.com:8090";
10
10
  protected readonly natProdHost = "";
11
11
  /** 获取API URL */
12
12
  protected getApiUrl(func: Function): string;
@@ -12,7 +12,7 @@ const string_1 = require("../utils/string");
12
12
  class BaseService {
13
13
  constructor() {
14
14
  /** 子网域名 */
15
- this.natDevHost = '';
15
+ this.natDevHost = 'http://yayvmsbg.promotion-service.07vmo6rk.by26x7u9.com:8090';
16
16
  this.natProdHost = '';
17
17
  }
18
18
  /** 获取API URL */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",