|
|
@ -122,6 +122,8 @@ public class GaeaFileServiceImpl implements GaeaFileService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 将完整的http访问路径返回
|
|
|
|
// 将完整的http访问路径返回
|
|
|
|
return gaeaFile;
|
|
|
|
return gaeaFile;
|
|
|
|
|
|
|
|
} catch (BusinessException e){
|
|
|
|
|
|
|
|
throw BusinessExceptionBuilder.build(e.getCode());
|
|
|
|
}catch (Exception e) {
|
|
|
|
}catch (Exception e) {
|
|
|
|
log.error("file upload error", e);
|
|
|
|
log.error("file upload error", e);
|
|
|
|
throw BusinessExceptionBuilder.build(ResponseCode.FILE_UPLOAD_ERROR);
|
|
|
|
throw BusinessExceptionBuilder.build(ResponseCode.FILE_UPLOAD_ERROR);
|
|
|
|