{
"gameTypeId": 0,
"pageNo": 1,
"pageSize": 30
}
curl --location --request POST 'http://test1-opapi.nn.com/nn/user/share/history' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"gameTypeId": 0,
"pageNo": 1,
"pageSize": 30
}'
{
"retCode": "string",
"retData": {
"current": 0,
"hitCount": true,
"orders": [
{
"column": "string",
"asc": true
}
],
"pages": 0,
"records": [
{
"aloneType": 0,
"dbId": 0,
"endTime": "2019-08-24T14:15:22Z",
"gameIcon": "string",
"gameId": 0,
"gameName": "string",
"gameSubTitle": "string",
"gameTypeId": 0,
"headImg": "string",
"loginUserName": "string",
"plateAccountId": 0,
"recordState": 0,
"sellStatus": 0,
"tokenStatus": 0,
"useState": 0,
"useTime": "2019-08-24T14:15:22Z"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"retMsg": "string",
"retTime": "string",
"success": true
}