Authorization: Bearer ********************curl --location --request GET 'http://119.45.164.188:9180/prod-api/project/deviceLifecycleTag/getAllList' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"tagId": 0,
"deviceId": 0,
"tagCode": "string",
"tagType": "string",
"printStatus": true,
"printTime": "2019-08-24T14:15:22Z",
"isActive": true,
"remark": "string",
"deviceName": "string",
"deviceType": "string",
"department": "string"
}
],
"code": 0,
"msg": "string"
}