修复了一些已知问题
This commit is contained in:
6
Form1.cs
6
Form1.cs
@@ -42,11 +42,11 @@ namespace CheckDownload
|
||||
// 阿里云OSS访问密钥Secret
|
||||
private const string OssAccessKeySecret = "7ClQns3wz6psmIp9T2OfuEn3tpzrCK";
|
||||
// 123盘鉴权密钥
|
||||
private const string OneDriveAuthKey = "6SwdpWdSJuJRSh";
|
||||
private const string OneDriveAuthKey = "ZhwG3LxOtGJwM3ym";
|
||||
// 123盘UID
|
||||
private const string OneDriveUid = "1826795402";
|
||||
private const string OneDriveUid = "1850250683";
|
||||
// 123盘路径(不包含域名)- 修改此处即可同时生效于主备域名
|
||||
private const string OneDrivePath = "/1826795402/KeyAuth";
|
||||
private const string OneDrivePath = "/1850250683/SuWin";
|
||||
// 123盘主域名
|
||||
private const string OneDriveMainDomain = "vip.123pan.cn";
|
||||
// 123盘备用域名
|
||||
|
Reference in New Issue
Block a user