x-500-DataException:
  description: 无法解析服务器返回的数据
  content:
    application/json:
      schema:
        type: object
        properties:
          code:
            type: string
            example: DataException
          message:
            type: string
            example: 无法解析服务器返回的数据
