{
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 10,
"status": 1,
"name": "解绑"
}
curl --location --request POST '/myauth/web/getEventList' \
--header 'token: a8b7ac1e61cc485589c081eec70deb95' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 10,
"status": 1,
"name": "解绑"
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 1,
"name": "扣点数",
"point": -10,
"seconds": 0,
"addTime": 1675145237,
"status": 1,
"fromSoftId": 1,
"fromSoftName": "测试软件",
"dayCount": 7,
"allCount": 10,
"startTime": 0,
"endTime": 0
},
{
"id": 2,
"name": "扣时间",
"point": 0,
"seconds": -10,
"addTime": 1691473485,
"status": 1,
"fromSoftId": 1,
"fromSoftName": "测试软件",
"dayCount": 0,
"allCount": 0,
"startTime": 0,
"endTime": 0
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1691478050973
}