Authorization: Bearer ********************
curl --location --request GET '/api/front/recharge/bill/record?type' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"date": "string",
"list": [
{
"add_time": "2019-08-24T14:15:22Z",
"balance": 0,
"category": "string",
"id": 0,
"linkId": "string",
"mark": "string",
"number": 0,
"pm": 0,
"status": 0,
"title": "string",
"type": "string",
"uid": 0,
"updateTime": "2019-08-24T14:15:22Z"
}
]
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}