curl --location --request GET '/admin-api/wol/duration-record/page' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"list": [
{
"id": 0,
"no": "string",
"durationId": 0,
"tenantId": 0,
"accountId": 0,
"accountType": 0,
"bizType": 0,
"bizId": "string",
"title": "string",
"duration": 0,
"balance": 0,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}