curl --location --request GET '/admin-api/member/duration/record/page?pageNo=1&pageSize=10' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"list": [
{
"id": 1,
"durationId": 5,
"bizType": 1,
"accountId": 5,
"accountType": 1,
"duration": 100,
"title": "土豆土豆",
"balance": 100,
"createTime": "2019-08-24T14:15:22.123Z",
"nickname": "土豆土豆"
}
],
"total": 0
},
"msg": "string"
}