| | |
| | | |
| | | public class OssUploadUtil { |
| | | //OSS图片访问域名 |
| | | public static String oss_domain = "https://newok.oss-cn-shenzhen.aliyuncs.com/"; |
| | | public static String accessKeyId = "LTAI4G9Zez9H4B36vakPXGy4"; |
| | | public static String accessKeySecret = "BOVPUeZndKVbrPOq6Ef5j6oiydB3XZ"; |
| | | public static String bucketName="newok"; |
| | | public static String endpoint = "oss-cn-shenzhen.aliyuncs.com"; |
| | | public static String oss_domain = "https://tianmachuzu.oss-cn-beijing.aliyuncs.com/"; |
| | | public static String accessKeyId = "A9T7kgyMOvzj2vIy"; |
| | | public static String accessKeySecret = "euaKiASd8kzmwoI0TzoMmkPrzeSHeZ"; |
| | | public static String bucketName="tianmachuzu"; |
| | | public static String endpoint = "oss-cn-beijing.aliyuncs.com"; |
| | | |
| | | public static OSSClient ossClient = new OSSClient(endpoint, accessKeyId,accessKeySecret); |
| | | |