x-401-Unauthorized:
  description: 密钥不存在、错误或过期
  content:
    application/json:
      schema:
        type: object
        properties:
          code:
            type: string
            example: Unauthorized
          message:
            type: string
            example: 密钥不存在、错误或过期
