From d197735284fac72a5688cf27f2c1937c72c00835 Mon Sep 17 00:00:00 2001 From: sky <2336526392@qq.com> Date: Sun, 30 Oct 2022 17:27:30 +0800 Subject: [PATCH] chore:Add downloader namespace --- installer/Installer/MainWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/Installer/MainWindow.xaml.cs b/installer/Installer/MainWindow.xaml.cs index 5bc44af..c3db5a0 100644 --- a/installer/Installer/MainWindow.xaml.cs +++ b/installer/Installer/MainWindow.xaml.cs @@ -122,8 +122,8 @@ namespace Downloader .Build(); //创建 CosXmlConfig 对象 //永久密钥访问凭证 - string secretId = ""; //"云 API 密钥 SecretId"; - string secretKey = ""; //"云 API 密钥 SecretKey"; + string secretId = "***"; //"云 API 密钥 SecretId"; + string secretKey = "***"; //"云 API 密钥 SecretKey"; long durationSecond = 1000; //每次请求签名有效时长,单位为秒 QCloudCredentialProvider cosCredentialProvider = new DefaultQCloudCredentialProvider(