# 查询已安装应用列表

查询云手机上已安装的应用列表

Endpoint: POST /cloudphone/app/installedList
Version: 1.0.0

## Request fields (application/json):

  - `id` (integer, required)
    云手机ID

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (null)

  - `data` (array)

  - `data.appName` (string)

  - `data.appIcon` (string)

  - `data.packageName` (string)

  - `data.versionCode` (string)

  - `data.versionName` (string)

  - `requestId` (string)

