文件上传https

This commit is contained in:
chen-xin-zhi 2025-03-17 18:51:26 +08:00
parent 2c022df7f8
commit d473fd27cd

View File

@ -8,9 +8,9 @@ public interface FileConstant {
// String SERVER_HOST = "http://123.249.108.160:8888/api/file/downloadFile?objectKey=";
String SERVER_HOST = "https://www.carboner.cn:8888/api/file/downloadFile?objectKey=";
// String SERVER_HOST = "https://www.carboner.cn:8888/api/file/downloadFile?objectKey=";
// String SERVER_HOST = "";
String SERVER_HOST = "";
}