wangfei 6 年 前
コミット
a402001660
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      whole-estate/src/main/java/com/example/wholeestate/service/impl/ImageServiceimpl.java

+ 1
- 1
whole-estate/src/main/java/com/example/wholeestate/service/impl/ImageServiceimpl.java ファイルの表示

@@ -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";