{
"pageNo": 0,
"pageSize": 0,
"gameId": 0,
"name": "string",
"gameName": "string",
"status": 0,
"begin": "string",
"end": "string"
}
curl --location --request POST 'http://test1-opapi.nn.com/api/admin/column/page' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"gameId": 0,
"name": "string",
"gameName": "string",
"status": 0,
"begin": "string",
"end": "string"
}'
{
"retCode": "",
"retMsg": "",
"retData": {
"records": [
{
"id": 0,
"code": "",
"name": "",
"imgUrl": "",
"bannerType": 0,
"jumpAddr": "",
"columnType": 0,
"createBy": "",
"createTime": "",
"sort": 0,
"status": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false
},
"retTime": ""
}