{
"gameId": 0,
"pageNo": 1,
"pageSize": 10
}
curl --location --request POST 'http://test1-opapi.nn.com/nn/game/share/meals/limited/page' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"gameId": 0,
"pageNo": 1,
"pageSize": 10
}'
{
"retCode": "string",
"retData": {
"current": 0,
"hitCount": true,
"orders": [
{
"column": "string",
"asc": true
}
],
"pages": 0,
"records": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"dbId": 0,
"duration": 0,
"gameId": 0,
"gameName": "string",
"isShow": 0,
"mealType": 0,
"orginPrice": 0,
"realPrice": 0,
"setMealName": "string",
"sort": 0,
"supportContinued": 0,
"unit": 0,
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"retMsg": "string",
"retTime": "string",
"success": true
}