# 设置钥匙盒

Endpoint: POST /api/cloudphone/setKeyBox
Version: 1.0.0

## Request fields (application/json):

  - `filePath` (string)
    文件路径，例如：/sdcard/Download/xxx.xml

  - `id` (integer)
    云手机ID

## Response 200 fields (application/json):

  - `code` (integer)
    响应代码：0 = 成功，>0 = 错误

  - `msg` (string)

  - `data` (boolean)

