{
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 10,
"why": null,
"type": null,
"toTime": null,
"addTime": null,
"value": null
}
curl --location --request POST '/myauth/web/getBanList' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 10,
"why": null,
"type": null,
"toTime": null,
"addTime": null,
"value": null
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 1,
"value": "123",
"addTime": 1646234643,
"toTime": 1646244643,
"why": "你猜",
"fromSoftId": 1,
"type": 1,
"fromSoftName": "MyQQ"
},
{
"id": 2,
"value": "127.0.0.1",
"addTime": 1646234743,
"toTime": -1,
"why": null,
"fromSoftId": 1,
"type": 2,
"fromSoftName": "MyQQ"
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1646234834494
}