# Execute ADB Shell Command

Endpoint: POST /cloudphone/exeCommand
Version: 1.0.0
Security: Authorization

## Request fields (application/json):

  - `id` (integer, required)
    Cloud phone ID

  - `command` (string, required)
    Shell command to execute

## Response 200 fields (application/json):

  - `code` (integer, required)
    Response code: 0 indicates success, >0 indicates failure

  - `data` (string, required)
    Response Information

  - `msg` (string, required)
    Response message:An error message will be returned when code is greater than 0

