Authorization: Bearer ********************curl --location --request GET 'http://119.45.164.188:9180/prod-api/project/projectDevices/listByProject/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"projectId": 0,
"deviceType": "string",
"deviceId": "string",
"deviceName": "string",
"deviceStatus": "string",
"sortOrder": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"remark": "string"
}
]
}