12345678910111213141516171819202122232425262728293031323334 |
-
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace WPFTestUpdate
- {
-
-
-
- class Const
- {
- public static string URL = Update.Const.URL;
- public static readonly string Key = Update.Const.Key;
-
- public static readonly string RevitServiceId = "revit";
- public static readonly string RevitServiceSecret = "63afbef6906c342b";
- public static readonly string OSSKeyPath = @"files/revit/";
-
- public static string AccessKeyId = "LTAIQVvCRivyl3Dd";
- public static string AccessKeySecret = "hkGLC7RgWUntbAS2Zw5rWOVS8Xhj0G";
- public static string Endpoint = "oss-cn-beijing.aliyuncs.com";
- public static string BucketName = "saga-data";
- }
- }
|