Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/transpond/sensing/satellite/detail' \
--header 'Authorization;'
{
"code": 0,
"msg": null,
"data": [
{
"data_id": 10001902,
"type_i": "雷达",
"tle_number": 41456,
"sensor_list": [
{
"initTime": "2024-06-14 11:03:36",
"name": "WM",
"dataId": 10010404,
"breadth": 400,
"period": 12,
"resolution": 20
},
{
"initTime": "2024-06-14 11:03:36",
"name": "SM",
"dataId": 10010401,
"breadth": 20,
"period": 12,
"resolution": 5
},
{
"initTime": "2024-06-14 11:03:36",
"name": "IWS",
"dataId": 10010402,
"breadth": 80,
"period": 12,
"resolution": 5
},
{
"initTime": "2024-06-14 11:03:36",
"name": "EWS",
"dataId": 10010403,
"breadth": 250,
"period": 12,
"resolution": 5
}
],
"name": "Sentinel-1B",
"alias": "#Sentinel-1B#",
"tle1": "1 41456U 16025A 25154.84557584 .00004831 00000+0 42979-3 0 9996",
"tle2": "2 41456 98.1426 195.5454 0015328 310.3070 49.6810 14.96504182487140",
"breadth": 80
}
],
"ok": true
}