类 CloudServiceCategoryController

java.lang.Object
net.sohelp.boot.admin.core.base.BaseController
net.sohelp.boot.dev.web.cloud.service.CloudServiceCategoryController

@RestController("dev-cloud-service-category") @RequestMapping("/dev/cloud/service/category") public class CloudServiceCategoryController extends BaseController
生态增值服务分类控制器 提供云服务分类相关的API接口
  • 构造器详细资料

    • CloudServiceCategoryController

      public CloudServiceCategoryController()
  • 方法详细资料

    • list

      @GetMapping("/list") @Permission("ADMIN") public ApiResult<List<Map>> list(@RequestParam Map<String,Object> paramMap)
      获取云服务分类列表 通过HTTP GET请求远程服务获取分类数据,并解析返回结果
      参数:
      paramMap - 请求参数映射,包含查询条件
      返回:
      ApiResult无效输入:'<'List> 包含分类列表数据的API响应结果