{
"page": 1,
"size": 1,
"userId": 0,
"year": 0,
"month": 0,
"startTime": "string",
"endTime": "string"
}curl --location --request POST '/wallet/followPage' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1,
"userId": 0,
"year": 0,
"month": 0,
"startTime": "string",
"endTime": "string"
}'{
"message": "",
"status": 0,
"data": {
"pageNo": 0,
"pageSize": 0,
"list": [
{
"id": 0,
"changeTime": "",
"changeType": "",
"goldType": "",
"detail": "",
"value": 0.0
}
],
"total": 0,
"pageCount": 0
}
}