{ "device_code": "2" }
curl --location --request POST '/api/pda/bigscreen/getAgvStatusByCode' \ --header 'Content-Type: application/json' \ --data-raw '{ "device_code": "2" }'
{ "message": "操作成功!", "data": { "device_name": "2号AGV", "start_point": "A10-06-03", "end_point": "CRK03", "status_name": "正常", "device_code": "2", "fault": "", "electricity": "0%", "vehicle_code": "FFF20250000020000400" } }