# 获取版本信息

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /:
    get:
      summary: 获取版本信息
      deprecated: false
      description: ''
      tags: []
      parameters: []
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 200
                msg: 服务正常！
                data:
                  author: 羡羡
                  blog: https://www.hydsb0.com
                  email: xyhghy@outlook.com
                  version: 1.0.4
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: ''
      x-apifox-status: developing
      x-run-in-apifox: https://app.apifox.com/web/project/4733825/apis/api-188551504-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
