| | |
| | | for (ImageResult imageResult : t.getContent().getImages()) { |
| | | ImageBean imageBean = new ImageBean(); |
| | | imageBean.setId(imageResult.getId()); |
| | | imageBean.setWebPath(imageResult.getWebPath()); |
| | | imageBean.setWebPath(imageResult.getWebPathZip()); |
| | | imageBean.setType(UplodFileState.IMG_TYPE); |
| | | images.add(imageBean); |
| | | ImageInfo info = new ImageInfo(); |
| | |
| | | for (ImageResult imageResult : t.getContent().getVideos()) { |
| | | ImageBean imageBean = new ImageBean(); |
| | | imageBean.setId(imageResult.getId()); |
| | | imageBean.setWebPath(imageResult.getWebPath()); |
| | | imageBean.setWebPath(imageResult.getWebPathZip()); |
| | | imageBean.setType(UplodFileState.VIDEO_TYPE); |
| | | images.add(imageBean); |
| | | ImageInfo info = new ImageInfo(); |