@be-link/ecs-cli-nodejs 0.0.71 → 0.0.72

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.
@@ -14,7 +14,7 @@ class BaseService {
14
14
  this.publicDevHost = 'https://ecs-dev.wejourney.top';
15
15
  this.publicProdHost = 'https://ecs.wejourney.top';
16
16
  /** 如果是云函数环境, 默认走公网访问 */
17
- this.isPublicEnv = (process.env.CONTAINER_ENV || 'SCF') === 'SCF';
17
+ this.isPublicEnv = true;
18
18
  }
19
19
  /** 获取API URL */
20
20
  getApiUrl(func) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecs-cli-nodejs",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "description": "ECS服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {