{
"id": "string",
"files": [
{
"fileId": "string",
"fileName": "string",
"userId": "string",
"puId": "string",
"channel": 0,
"beginTime": 0,
"endTime": 0,
"fileType": "string",
"fileSize": 0,
"fileHash": "string",
"lat": 0,
"lng": 0,
"desc1": "string",
"desc2": "string",
"mark": true
}
]
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/station/file/insert' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"files": [
{
"fileId": "string",
"fileName": "string",
"userId": "string",
"puId": "string",
"channel": 0,
"beginTime": 0,
"endTime": 0,
"fileType": "string",
"fileSize": 0,
"fileHash": "string",
"lat": 0,
"lng": 0,
"desc1": "string",
"desc2": "string",
"mark": true
}
]
}'
{
"code": 0,
"msg": "string"
}