单个文件上传的写法:

@RequestParam MultipartFile pictures

多个文件上传的写法:

@RequestParam String token,@RequestPart("img") MultipartFile[] pictures

单个文件上传的写法:

@RequestParam MultipartFile pictures

多个文件上传的写法:

@RequestParam String token,@RequestPart("img") MultipartFile[] pictures

swagger 文件上传

 

swagger 文件上传

 

----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
 

相关文章:

  • 2022-02-26
  • 2021-06-05
  • 2021-06-04
  • 2021-10-25
  • 2022-01-05
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-06
  • 2022-02-21
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2022-02-25
相关资源
相似解决方案