Skip to content

Commit 4923f70

Browse files
committed
2.0 fix
1 parent 3fac091 commit 4923f70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/com/slcp/devops/constant/DevOpsConstant.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ public class DevOpsConstant {
6565
*/
6666
public static final String CITY_JSON = "https://pv.sohu.com/cityjson?ie=utf-8";
6767

68-
public static String ACCESS_KEY = "-_QHommOvLHPgrPY3p52FU2qFilF4La-xqVdBMkQ";
69-
public static String SECRET_KEY = "i8IikvFR1DH7H9VxfVUf3LeYFmLpTwq8W34LoG7Q";
68+
public static String ACCESS_KEY = "";
69+
public static String SECRET_KEY = "";
7070
/**
7171
* 空间名称
7272
*/
73-
public static String BUCKET = "slcp-img";
73+
public static String BUCKET = "";
7474
/**
7575
* 外链域名
7676
*/
77-
public static String DOMAIN = "https://img.slcp.top/";
77+
public static String DOMAIN = "";
7878

7979
/**
8080
* 获取试路径
@@ -88,7 +88,7 @@ public class DevOpsConstant {
8888
/**
8989
* 诗 请求头-value
9090
*/
91-
public static String POEM_VALUE = "h26Z72ohlh395e4uI+Tkq4QMTgEBLBsb";
91+
public static String POEM_VALUE = "";
9292

9393
/**
9494
* 返回诗

0 commit comments

Comments
 (0)