 
 获得徽章 0
- 大佬们帮忙看看这个client有啥问题,为啥总是报错
 /**
 * 飞书临时文件上传
 */
 @PostMapping(value = "open.feishu.cn", consumes = MediaType.MULTIPART_FORM_DATA_VALUE) 
 @ApiOperation("飞书临时文件上传")
 String uploadFile(@RequestHeader("Authorization") String authorization, @RequestParam("file_type") String file_type, @RequestParam("file_name") String file_name, @RequestPart(value = "file") MultipartFile file);展开17点赞
![[流泪]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_6.dde0d83.png)
![[无辜呆]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_96.4fb9d71.png)
![[大哭]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_60.9016267.png)