{
"pageIndex": 1,
"pageSize": 10
}
curl --location --request POST '/myauth/web/getAlogList' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": 1,
"pageSize": 10
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 2,
"money": "950",
"afterMoney": "850.00",
"adminId": 1,
"data": null,
"type": "管理员奖惩",
"addTime": 1646927265
},
{
"id": 1,
"money": "-50",
"afterMoney": "-100.00",
"adminId": 1,
"data": null,
"type": "管理员奖惩",
"addTime": 1646927228
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1646927443596
}