curl --location --request GET '/selectApiByPage?page=1&size=20'
{
"code": 20000,
"message": "请求成功",
"data": {
"records": [
{
"id": 1,
"appid": "1687276783870",
"appkey": "e280bdf9e8914fd597f850d0fcdf162b42",
"info": null,
"createDate": null
},
{
"id": 2,
"appid": "1690208651216",
"appkey": "23ba5aa474fa416a99a404a02065f29849",
"info": "接口2",
"createDate": 1690208651216
}
],
"total": 2,
"size": 20,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 1
}
}