Authorization: Bearer ********************curl --location 'https://venuehelper.api.voc2018.com/workRecords/usersWithWorkingTime?current=1&size=10' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "2",
"name": "test",
"workingTime": "PT1H20M"
}
]
}