{
"playerId": 0,
"matchId": 0,
"pageNo": 1,
"pageSize": 10
}
curl --location --request POST 'http://test1-opapi.nn.com/gamehub/api/v1/battle/match/rosterPage' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerId": 0,
"matchId": 0,
"pageNo": 1,
"pageSize": 10
}'
{
"retCode": "",
"retMsg": "",
"retData": {
"records": [
{
"matchId": 0,
"pubgMatchId": "",
"gameMode": "",
"won": 0,
"rank": 0,
"participantList": [
{
"playerId": "",
"playerNickName": "",
"timeSurvived": 0,
"timeSurvivedView": "",
"kills": 0,
"damageDealt": 0
}
]
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false
},
"retTime": ""
}