curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/reservationBatchUserRecords/list?id=922337203685477600&userId=922337203685477600&fitnessTestTaskId=922337203685477600&reservationProjectId=922337203685477600&type=&classId=922337203685477600&status=&reservationDate=&startTime=&endTime=&appointmentDescription=' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"data": {
"total": 922337203685477600,
"list": [
{
"id": 922337203685477600,
"userId": 922337203685477600,
"realname": "string",
"fitnessTestTaskId": 922337203685477600,
"fitnessTestTaskName": "string",
"reservationProjectId": 922337203685477600,
"type": 0,
"classId": 922337203685477600,
"status": 0,
"reservationDate": "2019-08-24",
"startTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"endTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z",
"appointmentDescription": "string",
"gmtCreate": "2019-08-24T14:15:22Z"
}
]
},
"code": 0,
"msg": "string"
}