校验轨迹绑定value
URL: http://apiwjjtest.cnlive.com/Daren/event/checkShoeLine.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| id | Integer | true | 轨迹id |
| eventId | String | true | 赛事id |
返回格式: JSON
返回格式样例:
{
"data": {
"fenceId": "174",
"entityName": "10513196",
"isDelete":0 //删除为1 未删除:0
},
"errorCode": "0",
"errorMessage": "成功"
}