{
"x": 22, // 起始位置x坐标;默认为10,取值可为0~9999之间的整数
"y": 0, // 起始位置y坐标;默认为10,取值可为0~9999之间的整数
"width": 500, // 窗口宽度;默认为600,取值范围500~9999之间的整数
"height": 500, // 窗口高度;默认为500,取值范围200~9999之间的整数
"gapX": 0, // 窗口横向间距;默认为20,取值范围-9999~9999之间的整数
"gapY":0, // 窗口纵向间距;默认为20,取值范围-9999~9999之间的整数
"colNum": 2, // 每行展示窗口数量;默认为3,取值范围1~99之间的整数
"screenId": 41795266 // 屏幕id
}curl --location --request POST 'http://127.0.0.1:6873/api/v1/browser/arrange' \
--header 'Authorization: ' \
--header 'X-Nonce-Id: ' \
--header 'X-Api-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"x": 22, // 起始位置x坐标;默认为10,取值可为0~9999之间的整数
"y": 0, // 起始位置y坐标;默认为10,取值可为0~9999之间的整数
"width": 500, // 窗口宽度;默认为600,取值范围500~9999之间的整数
"height": 500, // 窗口高度;默认为500,取值范围200~9999之间的整数
"gapX": 0, // 窗口横向间距;默认为20,取值范围-9999~9999之间的整数
"gapY":0, // 窗口纵向间距;默认为20,取值范围-9999~9999之间的整数
"colNum": 2, // 每行展示窗口数量;默认为3,取值范围1~99之间的整数
"screenId": 41795266 // 屏幕id
}'{
"requestId": "b7d293ea-b70f-46db-bc38-0fbd76cfd44d",
"msg": "Success",
"code": 0,
"data": {
"action": "customArrange",
"err": "成功(Success)",
"requestId": "b7d293ea-b70f-46db-bc38-0fbd76cfd44d",
"statusCode": "0"
}
}