接口 AppIconApi
-
@Validated public interface AppIconApi应用图标管理组件- 从以下版本开始:
- 9.6.0
- 作者:
- dingzhaojun, qinman, mengjuhua
- Date:
- 2022/2/10
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 net.risesoft.pojo.Y9Result<List<net.risesoft.model.platform.AppIcon>>listAllIcon()查询所有图标net.risesoft.pojo.Y9Result<List<net.risesoft.model.platform.AppIcon>>searchAppIcon(@NotBlank String name)根据名称查询应用图标列表
-
-
-
方法详细资料
-
listAllIcon
@GetMapping("/listAllIcon") net.risesoft.pojo.Y9Result<List<net.risesoft.model.platform.AppIcon>> listAllIcon()查询所有图标- 返回:
Y9Result<List<AppIcon>>通用请求返回对象 - data 是应用图标列表- 从以下版本开始:
- 9.6.0
-
-