{
"bindId": 0,
"gameId": 0,
"startType": 0,
"userId": 0
}
curl --location --request POST 'http://test1-opapi.nn.com/nn/release/game/account/heartBeat' \
--header 'appId;' \
--header 'reqChannel;' \
--header 'reqChannel;' \
--header 'token;' \
--header 'token;' \
--header 'userId;' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'Content-Type: application/json' \
--data-raw '{
"bindId": 0,
"gameId": 0,
"startType": 0,
"userId": 0
}'
{
"retCode": "string",
"retData": {
"action": 0,
"archiveDirExtInfo": "string",
"code": 0,
"expectSec": 0,
"forwardNum": 0,
"msg": "string",
"queueNum": 0,
"queueState": 0,
"unlockKey": "string"
},
"retMsg": "string",
"retTime": "string",
"success": true
}