# 查询品牌和型号列表

列出某个云手机 SKU 支持的设备品牌与机型。
- **副作用**：无。只读。可带退避安全重试。 不涉及具体云手机。
- **用途**：在调用 `/cloudphone/create` 或 `/cloudphone/newMachine` 之前选一个合法的 `brand` 与 `modelId`——这两个接口都会拒绝本接口未返回的组合。
- **说明**：未知的 `skuId` 返回空列表而不是报错。

Endpoint: POST /cloudphone/brand/models
Version: 2026-09-05
Security: Authorization

## Security:

  - `Authorization` (unknown)
    http bearer JWT

## Request fields (application/json):

  - `skuId` (string, required)
    云手机产品 ID

## Response 200:

  - `200` (unknown)
    成功

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (string | null)

  - `requestId` (string)

  - `timestamp` (integer)

  - `data` (array)

  - `data.brand` (string)

  - `data.model` (string)

