x-500-HttpClientException:
  description: HTTP远程请求错误
  content:
    application/json:
      schema:
        type: object
        properties:
          code:
            type: string
            example: HttpClientException
          message:
            type: string
            example: HTTP远程请求错误
