Skip to content

[BUG] apifoxConfig 配置中的 includeTags 无效 #459

@zjslqshqz

Description

@zjslqshqz

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

apifoxConfig 配置中的 includeTags 无效,配置tags名称后,没有正确返回对应tags 的接口,直接是空数据返回

{
  openapi: '3.0.1',
  info: { title: 'HIS', description: '', version: '1.0.0' },
  tags: [],
  paths: {},
  components: { schemas: {}, securitySchemes: {} },
  servers: [],
  security: []
}

Expected Behavior

No response

Steps To Reproduce

在配置中 pifoxConfig 配置中的 includeTags 设置 tags 后

Environment

- OS:macos

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions