using System; using System.Collections.Generic; using System.Text; namespace New_College { public static class AliYunOssConfig { public static string wendpoint { get; set; } public static string bucket { get; set; } public static string accessKeyId { get; set; } public static string accessKeySecret { get; set; } public static string endpoint { get; set; } } }