curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/pu/gpsdata/PU_0' \
--header 'Authorization;'
定位星数, <= 0时非卫星定位。
{
"code": 0,
"msg": "string",
"data": {
"lng": 0,
"lat": 0,
"time": 0,
"height": 0,
"angle": 0,
"speed": 0,
"starCount": 0,
"state": 0,
"satellite": 1
}
}