{
"ckey":"",
"point":null,
"seconds":null,
"addTime":null,
"letTime":null,
"letUser":null,
"status": 0,
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 5
}
curl --location --request POST '/myauth/web/getCardList' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"ckey":"",
"point":null,
"seconds":null,
"addTime":null,
"letTime":null,
"letUser":null,
"status": 0,
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 5
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 9,
"ckey": "MyQQ-f1556ca5c35549258174ac4f6dbc29d4",
"point": 1,
"seconds": 100,
"addTime": 1645106668,
"letTime": null,
"letUser": null,
"status": 2,
"fromAdminId": 1,
"fromSoftId": 1,
"fromSoftName": "MyQQ"
},
{
"id": 10,
"ckey": "MyQQ-82757511520e4771b24c21b38315cbb2",
"point": 1,
"seconds": 100,
"addTime": 1645106668,
"letTime": null,
"letUser": null,
"status": 0,
"fromAdminId": 1,
"fromSoftId": 1,
"fromSoftName": "MyQQ"
}
],
"total": 2,
"size": 5,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1645190356381
}