| | |
| | | |
| | | public class OssUploadUtil { |
| | | //OSS图片访问域名 |
| | | public static String oss_domain = "https://we-park-life.oss-cn-beijing.aliyuncs.com/"; |
| | | public static String accessKeyId = "LTAI47eyqWWhBPXM"; |
| | | public static String accessKeySecret = "orsYX78NvgXS9KbN7wCwRja1wkUwPc"; |
| | | public static String bucketName="we-park-life"; |
| | | public static String endpoint = "oss-cn-beijing.aliyuncs.com"; |
| | | public static String oss_domain = "https://yandu66.oss-cn-shenzhen.aliyuncs.com/"; |
| | | public static String accessKeyId = "LTAI5tM6Ln3ukAeo9euZ8RUG"; |
| | | public static String accessKeySecret = "MGAnBeOKjjQNogFJEFsPVCdF57vsTw"; |
| | | public static String bucketName="yandu66"; |
| | | public static String endpoint = "oss-cn-shenzhen.aliyuncs.com"; |
| | | |
| | | public static OSSClient ossClient = new OSSClient(endpoint, accessKeyId,accessKeySecret); |
| | | |