{
"deviceId": "6a290cdc0b6db0565955355b157acc090e33f76e",
"finger1": [
{
"action": 0,
"x": 500,
"y": 200,
"pointer": 1,
"delay": 1
}, {
"action": 2,
"x": 500,
"y": 200,
"pointer": 1,
"delay": 20
}, {
"action": 2,
"x": 500,
"y": 300,
"pointer": 1,
"delay": 20
}
],
"finger2": [
{
"action": 0,
"x": 500,
"y": 200,
"pointer": 2,
"delay": 1
}, {
"action": 2,
"x": 500,
"y": 200,
"pointer": 2,
"delay": 20
}, {
"action": 2,
"x": 500,
"y": 300,
"pointer": 2,
"delay": 20
}
],
"finger3": [
{
"action": 0,
"x": 200,
"y": 200,
"pointer": 3,
"delay": 1
}, {
"action": 2,
"x": 300,
"y": 200,
"pointer": 3,
"delay": 201
}, {
"action": 2,
"x": 400,
"y": 300,
"pointer": 3,
"delay": 201
}
],
"finger4": [
{
"action": 0,
"x": 200,
"y": 200,
"pointer": 4,
"delay": 1
}, {
"action": 2,
"x": 300,
"y": 200,
"pointer": 4,
"delay": 201
}, {
"action": 2,
"x": 400,
"y": 300,
"pointer": 4,
"delay": 201
}
],
"finger5": [
{
"action": 0,
"x": 200,
"y": 200,
"pointer": 5,
"delay": 1
}, {
"action": 2,
"x": 300,
"y": 200,
"pointer": 5,
"delay": 201
}, {
"action": 2,
"x": 400,
"y": 300,
"pointer": 5,
"delay": 201
}
]
}
curl --location --request POST '/openapi/multiTouch' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "6a290cdc0b6db0565955355b157acc090e33f76e",
"finger1": [
{
"action": 0,
"x": 500,
"y": 200,
"pointer": 1,
"delay": 1
}, {
"action": 2,
"x": 500,
"y": 200,
"pointer": 1,
"delay": 20
}, {
"action": 2,
"x": 500,
"y": 300,
"pointer": 1,
"delay": 20
}
],
"finger2": [
{
"action": 0,
"x": 500,
"y": 200,
"pointer": 2,
"delay": 1
}, {
"action": 2,
"x": 500,
"y": 200,
"pointer": 2,
"delay": 20
}, {
"action": 2,
"x": 500,
"y": 300,
"pointer": 2,
"delay": 20
}
],
"finger3": [
{
"action": 0,
"x": 200,
"y": 200,
"pointer": 3,
"delay": 1
}, {
"action": 2,
"x": 300,
"y": 200,
"pointer": 3,
"delay": 201
}, {
"action": 2,
"x": 400,
"y": 300,
"pointer": 3,
"delay": 201
}
],
"finger4": [
{
"action": 0,
"x": 200,
"y": 200,
"pointer": 4,
"delay": 1
}, {
"action": 2,
"x": 300,
"y": 200,
"pointer": 4,
"delay": 201
}, {
"action": 2,
"x": 400,
"y": 300,
"pointer": 4,
"delay": 201
}
],
"finger5": [
{
"action": 0,
"x": 200,
"y": 200,
"pointer": 5,
"delay": 1
}, {
"action": 2,
"x": 300,
"y": 200,
"pointer": 5,
"delay": 201
}, {
"action": 2,
"x": 400,
"y": 300,
"pointer": 5,
"delay": 201
}
]
}'
{"code":0,"data":true}