adp-openclaw 0.0.38 → 0.0.39
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/package.json +1 -1
- package/src/adp-upload-tool.ts +1 -1
- package/src/monitor.ts +1 -1
package/package.json
CHANGED
package/src/adp-upload-tool.ts
CHANGED
|
@@ -59,7 +59,7 @@ interface FileMetadata {
|
|
|
59
59
|
// ==================== 常量配置 ====================
|
|
60
60
|
|
|
61
61
|
/** 获取临时密钥的接口地址 */
|
|
62
|
-
const CREDENTIAL_API_URL = "
|
|
62
|
+
const CREDENTIAL_API_URL = "https://wss.lke.cloud.tencent.com/test/openclaw/v1/gateway/storage/get_credential";
|
|
63
63
|
|
|
64
64
|
/** 请求超时时间 (毫秒) */
|
|
65
65
|
const REQUEST_TIMEOUT_MS = 30000;
|
package/src/monitor.ts
CHANGED