From aa245954a7000819a2eeb1eb8deb27561cbfa2d0 Mon Sep 17 00:00:00 2001 From: sendssf <2336526392@qq.com> Date: Sun, 16 Apr 2023 15:44:45 +0800 Subject: [PATCH] Chore: Finish downloader basic function --- installer/Installer/Model.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/Installer/Model.cs b/installer/Installer/Model.cs index 35ab9e0..0a52066 100644 --- a/installer/Installer/Model.cs +++ b/installer/Installer/Model.cs @@ -445,8 +445,8 @@ namespace Downloader .Build(); // 创建 CosXmlConfig 对象 // 永久密钥访问凭证 - string secretId = "AKIDvhEVXN4cv0ugIlFYiniV6Wk1McfkplYA"; //"云 API 密钥 SecretId"; - string secretKey = "YyGLGCJG4f5VsEUddnz9JSRPSSK8sYBo"; //"云 API 密钥 SecretKey"; + string secretId = "***"; //"云 API 密钥 SecretId"; + string secretKey = "***"; //"云 API 密钥 SecretKey"; long durationSecond = 1000; // 每次请求签名有效时长,单位为秒