文件上传https

This commit is contained in:
chen-xin-zhi 2025-03-16 23:32:07 +08:00
parent 4f11f96bdb
commit f17ed3829d
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ public interface FileConstant {
/**
* 服务器访问地址
*/
String SERVER_HOST = "http://123.249.108.160:8888/api/file/downloadFile?objectKey=";
// 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=";
}

View File

@ -56,7 +56,7 @@ public class FestivalController {
/**
* Web端管理员根据节日名称获取图片URL
* Web端管理员根据节日名称获取URL
* @param festivalName 节日名称
* @return 当前节日的url
*/