{
"pageNo": 0,
"pageSize": 0,
"dbId": 0,
"gameIds": [
0
],
"name": "string",
"status": 0,
"authorizationStatus": 0
}
curl --location --request POST 'http://test1-opapi.nn.com/api/admin/game/findPage' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"dbId": 0,
"gameIds": [
0
],
"name": "string",
"status": 0,
"authorizationStatus": 0
}'
{
"retCode": "",
"retMsg": "",
"retData": {
"records": [
{
"platformAppId": "",
"boheGameId": "",
"serverIds": [
""
],
"gameName": "",
"gameSubTitle": "",
"gameExtraName": "",
"gameLabelDesc": "",
"gamePublishDate": "",
"gamePublishPlate": "",
"gameOperate": "",
"gameDevelop": "",
"headImg": "",
"gameIcon": "",
"backImg": "",
"bannerImgs": "",
"gameVideo": "",
"gameDesc": "",
"recommendConfig": "",
"minimumConfig": "",
"ageRating": "",
"supportLangauge": "",
"gameCharacteristics": "",
"score": "",
"rating": "",
"goodCommentsNum": "",
"badCommentsNum": "",
"createTime": "",
"gameVideoCoverUrl": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false
},
"retTime": ""
}