接口 FrameworkRemoteSysTenantService


@FeignClient(contextId="frameworkRemoteSysTenantService", value="kernel-biz", url="${spring.cloud.openfeign.client.config.kernel-biz.url:}") public interface FrameworkRemoteSysTenantService

租户远程服务

  • 方法详细资料

    • getSysTenantByExternalId

      @GetMapping("/sys-tenant/getByExternalId") R<SysTenantViewDTO> getSysTenantByExternalId(@RequestParam("id") String id)
      根据华为租户id获得sie租户信息
      参数:
      id -
      返回:
    • createSysTenant

      @PostMapping("/sys-tenant/create") R<Long> createSysTenant(@Valid @RequestBody @Valid SysTenantSaveDTO saveDto)
      创建sie租户
      参数:
      saveDto -
      返回:
    • getSysTenantList

      @GetMapping("/sys-tenant/list") R<List<SysTenantViewDTO>> getSysTenantList(@RequestParam("ids") Collection<Long> ids)
      根据sie租户id获取sie租户列表
      参数:
      ids -
      返回: