curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/injection' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
{ "type": true, "code": 200, "data": [ { "concentratorId": 10103, // 设备Id "name": "多通道真机(勿删)", // 设备名称 "eui": "A76725A3BAD71E6", // 设备编号 "deviceType": "injection", // 设备类型(水肥机) "online": 1, // 在离线,1= 在线,0= 离线 "sort": null, // 排序 "remark": null, // 备注 "iccid": null, // 物联网卡号 "brand": "injection_multiple" // 型号,见最下附录 },...... ] }