Authorization: Bearer ********************
curl --location --request GET '/api/front/integral/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"balance": 0,
"createTime": "2019-08-24T14:15:22Z",
"frozenTime": 0,
"id": 0,
"integral": 0,
"linkId": "string",
"linkType": "string",
"mark": "string",
"status": 0,
"thawTime": 0,
"title": "string",
"type": 0,
"uid": 0,
"updateTime": "2019-08-24T14:15:22Z"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}