curl --location --request POST 'http://getHit' \
--header 'Content-Type: text/plain' \
--data-raw '{}'
{
"result": "success",
"msg": {
"action": "get_hit_reply",
"device_key": "001A7DDA7113",
"device_name_EN": "laserHit",
"device_name_CH": "视觉激光靶",
"device_alias": "室内胸环靶",
"device_id": "1",
"timestamp": 1734425074422,
"version": "1.0.0",
"company": "fuling",
"target_range": 1,
"target_line": 1,
"data": {
"hits": [
{
"hitType": 3,
"work_mode": 2,
"bulletIndex": 1,
"paperType": "0",
"x": -10,
"y": -10,
"explain": "脱靶",
"ring": 0,
"area": 0,
"totalLength": 2,
"totalRing": 0,
"ts": 1734425067646
},
{
"hitType": 3,
"work_mode": 2,
"bulletIndex": 2,
"paperType": "0",
"x": -10,
"y": -10,
"explain": "脱靶",
"ring": 0,
"area": 0,
"totalLength": 2,
"totalRing": 0,
"ts": 1734425069652
}
],
"totalLength": 2,
"totalRing": 0
},
"paperType": "0"
}
}