Interface IOpenapiService4Subscription

All Known Implementing Classes:
OpenapiService

public interface IOpenapiService4Subscription
Author:
xezzon
  • Method Details

    • getByCode

      @Nullable @Nullable Openapi getByCode(String openapiCode)
      根据编码查询对外接口
      Parameters:
      openapiCode - 接口编码
      Returns:
      对外接口编码
    • listPublishedOpenapi

      org.springframework.data.domain.Page<Openapi> listPublishedOpenapi(ODataQueryOption odata)
      查询符合条件的OpenAPI列表
      Parameters:
      odata - OData查询参数,用于指定查询条件、排序方式、分页信息等
      Returns:
      符合查询条件的OpenAPI分页结果