{
"dateLimit": "string",
"keywords": "string",
"uid": 0
}
curl --location --request POST '/api/admin/user/integral/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dateLimit": "string",
"keywords": "string",
"uid": 0
}'
{
"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",
"nickName": "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"
}