| | |
| | | |
| | | 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 = "LTAI5tL1dE1DzT4ZYdDQZ8k7"; |
| | | public static String accessKeySecret = "4SZBtTyLhOoYRcfMS4SVAtGz8ZnxRP"; |
| | | public static String bucketName="yandu66"; |
| | | public static String endpoint = "oss-cn-shenzhen.aliyuncs.com"; |
| | | |
| | | public static OSSClient ossClient = new OSSClient(endpoint, accessKeyId,accessKeySecret); |
| | | |