byte[] bytes = Base64.decode(callbackBo.getPdf());
MultipartFile multipartFile = new MockMultipartFile("试试.pdf","试试.pdf",callbackBo.getFileType(), bytes);
TrainOrder trainOrder = new TrainOrder();
MultipartFile[] multipartFiles = new MultipartFile[1];
multipartFiles[0] = multipartFile;
base64转multipart
最新推荐文章于 2024-05-30 15:14:46 发布
2863

被折叠的 条评论
为什么被折叠?



