{
"page": 1,
"size": 1
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/userIntegralRecord/queryIntegralRecordList' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": {
"records": [
{
"userId": 0,
"integral": 0.0,
"content": "",
"fromUserId": 0,
"createTime": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": ""
}
}