文件上传https
This commit is contained in:
parent
4f11f96bdb
commit
f17ed3829d
|
@ -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=";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@ public class FestivalController {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Web端管理员根据节日名称获取图片URL
|
* Web端管理员根据节日名称获取URL
|
||||||
* @param festivalName 节日名称
|
* @param festivalName 节日名称
|
||||||
* @return 当前节日的url
|
* @return 当前节日的url
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user