{
"pageIndex": 1,
"pageSize": 10
}
curl --location --request POST '/myauth/web/getMyAlogList' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": 1,
"pageSize": 10
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 8,
"money": "-60",
"afterMoney": "40",
"adminId": 4,
"data": "生成卡密:MyQQ,月卡2,x2",
"type": "生成卡密",
"addTime": 1647351228
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1647352621913
}