@be-link/ecs-cli-nodejs 0.0.48 → 0.0.49

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,8 +6,8 @@ export default abstract class BaseService {
6
6
  protected readonly natDevHost = "http://qgostaxv.ecs.nmkh74o4.rlwzae9d.com:8090";
7
7
  protected readonly natProdHost = "http://bxbvjnca.ecs.cwl9ok0a.mk2u3r3l.com:8090";
8
8
  /** 公网域名 */
9
- protected readonly publicDevHost = "https://ecs-74680-5-1304510571.sh.run.tcloudbase.com";
10
- protected readonly publicProdHost = "https://ecs-60660-10-1304510571.sh.run.tcloudbase.com";
9
+ protected readonly publicDevHost = "https://ecs-dev.wejourney.top";
10
+ protected readonly publicProdHost = "https://ecs.wejourney.top";
11
11
  constructor();
12
12
  /** 获取API URL */
13
13
  protected getApiUrl(func: Function): string;
@@ -11,8 +11,8 @@ class BaseService {
11
11
  this.natDevHost = 'http://qgostaxv.ecs.nmkh74o4.rlwzae9d.com:8090';
12
12
  this.natProdHost = 'http://bxbvjnca.ecs.cwl9ok0a.mk2u3r3l.com:8090';
13
13
  /** 公网域名 */
14
- this.publicDevHost = 'https://ecs-74680-5-1304510571.sh.run.tcloudbase.com';
15
- this.publicProdHost = 'https://ecs-60660-10-1304510571.sh.run.tcloudbase.com';
14
+ this.publicDevHost = 'https://ecs-dev.wejourney.top';
15
+ this.publicProdHost = 'https://ecs.wejourney.top';
16
16
  /** 如果是云函数环境, 默认走公网访问 */
17
17
  this.isPublicEnv = (process.env.CONTAINER_ENV || 'SCF') === 'SCF';
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecs-cli-nodejs",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "ECS服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {