Skip to content

Commit

Permalink
[PROD:文件服务] 上线正式服务器<Auto> -e:prod -m:file-service -type:single -v:1.4…
Browse files Browse the repository at this point in the history
….2 -rp:8089 -de:<-e ACTIVE=prod -e UNIQUE_ID=0 -e SERVER_PORT=8089>
  • Loading branch information
welsir committed Dec 23, 2023
1 parent 50009fa commit 7c6c9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Result<?> upload(@RequestParam("file") List<MultipartFile> files,
@RequestParam("bucket") String bucket){
ArrayList<UploadFileVO> res = new ArrayList<>();
OSSFileVO ossFileVO = new OSSFileVO();
logger.info("文件长度:%s,文件1:%s,文件2:%s",files.size(),
logger.info("数量:%s,文件1:%s,文件2:%s",files.size(),
files.get(0).getOriginalFilename(),
files.get(1).getOriginalFilename());
ossFileVO.setFile(files.get(0));
Expand Down

0 comments on commit 7c6c9b6

Please sign in to comment.