{
"point": 1,
"afterPoint": 2,
"seconds": 1,
"afterSeconds": 2,
"fromUser": "阿萨德",
"addTime": 123123,
"fromEventId": 1,
"fromSoftId": 2,
"fromVerId": 3,
"remark": "阿萨德",
"pageIndex": 1,
"pageSize": 10
}
curl --location --request POST '/myauth/web/getPlogList' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"point": 1,
"afterPoint": 2,
"seconds": 1,
"afterSeconds": 2,
"fromUser": "阿萨德",
"addTime": 123123,
"fromEventId": 1,
"fromSoftId": 2,
"fromVerId": 3,
"remark": "阿萨德",
"pageIndex": 1,
"pageSize": 10
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 1,
"point": 1,
"afterPoint": 2,
"seconds": 2,
"afterSeconds": 4,
"fromUser": "13310478",
"addTime": 1646317753,
"fromEventName": "中奖",
"fromEventId": 2,
"fromSoftId": 1,
"fromVerId": 1,
"remark": "其他",
"fromSoftName": "MyQQ",
"fromVer": "1.0.0"
},
{
"id": 2,
"point": 12,
"afterPoint": 24,
"seconds": 12,
"afterSeconds": 34,
"fromUser": "admin123",
"addTime": 1646317853,
"fromEventName": "中奖",
"fromEventId": 2,
"fromSoftId": 1,
"fromVerId": 1,
"remark": "阿萨德",
"fromSoftName": "MyQQ",
"fromVer": "1.0.0"
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1646317816606
}