暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/aquaculture/getDeviceInfoByPool?poolSn=CT_5'
{
"code": 0,
"data": [
{
"EC传感器": [],
"PH传感器": [],
"氨氮传感器": [],
"温度传感器": [
{
"create_at": "2023-02-09 18:21:42",
"device_id": "1201",
"device_name": "设备3",
"id": 34,
"sensor_name": "温度",
"sensor_number": "234",
"sensor_val": "35",
"status": 1,
"update_at": "2023-02-09 18:21:42"
}
],
"溶氧传感器": []
}
],
"msg": "success"
}