自定义飞行区文件同步状态返回reason为1
文件内容为:
{
"type": "FeatureCollection",
"features": [
{
"id": "266c0509-240a-4fcc-a61b-fce47e02c181",
"type": "Feature",
"geofence_type": "nfz",
"geometry": {
"type": "Point",
"coordinates": [
25.41512807678825,
4.642350757553345
]
},
"properties": {
"subType": "Circle",
"radius": 1000,
"enable": true
}
}
]
},
或者我的文件内容为空,
topic消息内容为:{
"tid": "037a22d3-5a13-4a33-a0b0-7ffb22c9186c",
"bid": "324daf6c-8c3a-49df-a973-8b71ab5c4968",
"data": {
"result": 0,
"output": {
"files": [{
"id": "1862036767648018432",
"is_new_record": false,
"update_by": "system",
"create_date": "2024-11-28 07:32",
"create_by": "system",
"status": "0",
"update_date": "2024-11-28 07:32",
"dock_sn": "7CTDLB100A0118",
"name": "geofence_669a43f6cab736a95ceb8368e2a3bba7.json",
"url": "https://ws-uav-media.oss-cn-beijing.aliyuncs.com/flight-area/geofence_669a43f6cab736a95ceb8368e2a3bba7.json",
"size": "425.0",
"checksum": "50e2e80a8c6bd153c7aa78dde1a88b67dd31504bb4bfdc03f2664cf284c1b5df",
"is_new": "1",
"sync_status": "0"
}]
}
},
"timestamp": 1732779163418,
"method": "flight_areas_get"
},
返回的信息为{"status":"1","reason":"解析云端返回的文件信息失败"},请问如何解决呢
Please sign in to leave a comment.
Comments
0 comments