修改接口地址

This commit is contained in:
2023-11-30 22:50:02 +08:00
parent 88474f8813
commit 8a40bbc5e1
7 changed files with 15 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ public class FileController {
log.info("====================Upload==================");
log.info("====================Upload==================");
upload = upload.replaceAll("http://172.16.2.1:9000","https://172.16.2.3:19443");
upload = upload.replaceAll("http://172.16.2.1:9000","https://172.16.3.18");
return ResponseVO.successResponse(upload);
}