Commit 910bbb08 authored by cuijun's avatar cuijun

接口开放

parent 9f503552
...@@ -119,7 +119,7 @@ public class ImageImgStorage implements Serializable { ...@@ -119,7 +119,7 @@ public class ImageImgStorage implements Serializable {
@Column(name = "hot") @Column(name = "hot")
@ApiModelProperty(value = "热度") @ApiModelProperty(value = "热度")
private String hot; private Integer hot;
//源图像信息 //源图像信息
@Transient @Transient
......
...@@ -26,6 +26,7 @@ public class ImageImgStorageController extends BaseController<ImageImgStorageBiz ...@@ -26,6 +26,7 @@ public class ImageImgStorageController extends BaseController<ImageImgStorageBiz
@ApiModelProperty("热度图谱库信息列表") @ApiModelProperty("热度图谱库信息列表")
@GetMapping(value = "/app/unauth/hotAll") @GetMapping(value = "/app/unauth/hotAll")
@IgnoreUserToken
public ObjectRestResponse all(ImageInformationStorageDto dto) { public ObjectRestResponse all(ImageInformationStorageDto dto) {
return baseBiz.all(dto); return baseBiz.all(dto);
} }
......
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