x-404-NotFound:
  description: 资料不存在
  content:
    application/json:
      schema:
        type: object
        properties:
          code:
            type: string
            example: NotFound
          message:
            type: string
            example: 资料不存在
