web-dc-api 0.0.41 → 0.0.42

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.
@@ -21,7 +21,7 @@ const walletOpenOrgin =
21
21
  let _baseUrl = "";
22
22
  let _walletOrigin = "";
23
23
  if (isProd) {
24
- _baseUrl = "/v0_0_8";
24
+ _baseUrl = "/v0_0_9";
25
25
  _walletOrigin = "https://wallet.dcnetio.com";
26
26
  if(walletOpenType === "iframe") {
27
27
  _walletOrigin = walletOpenOrgin || "https://wallet.dcnetio.com";
@@ -220,7 +220,7 @@ export class AIProxyClient {
220
220
  onStreamResponse(AIStreamResponseFlag.STREAM_HANG, "", "数据流超时:超过30秒未收到响应数据");
221
221
  }
222
222
  }
223
- }, 30000); // 30秒超时
223
+ }, 60000); // 60秒超时
224
224
  };
225
225
 
226
226
  // 检查是否已经被中止
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-dc-api",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "web相关的dcapi",
5
5
  "type": "module",
6
6
  "browser": "dist/dc.min.js",