Commit d92dcb7f by zhangxingmin

push

parent 9905870b
......@@ -54,6 +54,7 @@ public class ApiOssServiceImpl implements ApiOssService {
BeanUtils.copyProperties(result,response);
response.setFileBizId(ossUploadFileDto.getFileBizId());
response.setUrl(ossUploadFileDto.getUrl());
return Result.success(response);
} catch (IOException e) {
log.error("文件上传失败", e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment