wangfei 6 jaren geleden
bovenliggende
commit
a402001660

+ 1
- 1
whole-estate/src/main/java/com/example/wholeestate/service/impl/ImageServiceimpl.java Bestand weergeven

@@ -19,7 +19,7 @@ import java.util.Date;
19 19
 @Service("ImageService")
20 20
 public class ImageServiceimpl implements ImageService {
21 21
 
22
-    private static String endpoint = "http://oss-cn-shanghai.aliyuncs.com";
22
+    private static String endpoint = "http://oss-cn-beijing.aliyuncs.com";
23 23
     private static String accessKeyId = "LTAIkc75dpkJw8Lb";
24 24
     private static String accessKeySecret = "v4bvXCaix6vSDTCFfwSAdqV53iFEQw";
25 25
     private static String bucketName = "whole-estate";