| | |
| | | ImageInfo info = new ImageInfo(); |
| | | info.setOriginUrl(imageResult.getWebPath()); |
| | | info.setType(Type.IMAGE); |
| | | info.setThumbnailUrl(imageResult.getWebPathZip()); |
| | | if (imageResult.getWebPathZip()!=null){ |
| | | info.setThumbnailUrl(imageResult.getWebPathZip()); |
| | | } |
| | | |
| | | imageInfoList.add(info); |
| | | } |
| | | } |
| | |
| | | ImageInfo info = new ImageInfo(); |
| | | info.setOriginUrl(imageResult.getWebPath()); |
| | | info.setThumbnailUrl(imageResult.getWebPath()); |
| | | info.setThumbnailUrl(imageResult.getWebPathZip()); |
| | | if (imageResult.getWebPathZip()!=null){ |
| | | info.setThumbnailUrl(imageResult.getWebPathZip()); |
| | | } |
| | | info.setType(Type.VIDEO); |
| | | imageInfoList.add(info); |
| | | } |