Authorization: Bearer ********************curl --location --request GET 'http://119.45.164.188:9180/prod-api/knowledgebase/cycle/list?createBy=&createTime=&updateBy=&updateTime=¶ms=&id=&deviceName=&deviceNumber=&site=&cycle=&maintenanceMethodId=&maintenanceStatusId=&relatedId=&maintenanceStatusName=&remark=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"id": 0,
"deviceName": "string",
"deviceNumber": "string",
"site": "string",
"cycle": "string",
"lastMaintenanceTime": "2019-08-24T14:15:22Z",
"nextMaintenanceTime": "2019-08-24T14:15:22Z",
"remark": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"maintenanceMethodId": "string",
"maintenanceMethodName": "string",
"personId": "string",
"personName": "string",
"companyId": "string",
"companyName": "string",
"maintenanceStatusName": "string",
"maintenanceType": "string"
}
],
"code": 0,
"msg": "string"
}