NewGaoKaoApi/New_College.Common/GlobalVar/AliYunOssConfig.cs

20 lines
422 B
C#

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; }
}
}