修改接口地址
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user