{
"page": 1,
"size": 1
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/invite/integralPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"records": [
{
"userIncomeRecordId": 0,
"userId": 0,
"integral": 0,
"content": "string",
"remark": "string",
"fromUserId": 0,
"inviteAvatar": "string",
"inviteNickName": "string",
"createTime": "2019-08-24T14:15:22Z"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}
}