x-500-ServerException:
  description: 服务器内部错误
  content:
    application/json:
      schema:
        type: object
        properties:
          code:
            type: string
            example: ServerException
          message:
            type: string
            example: 服务器内部错误
