{
"steamGameId": "string",
"gameConfigVO": {
"gameId": 0,
"steamGameId": "string",
"gameName": "string",
"gameSort": 0,
"gameSubTitle": "string",
"gameExtraName": "string",
"gameLabelDesc": "string",
"gamePublishDate": "string",
"gamePublishPlate": "string",
"gameOperate": "string",
"gameDevelop": "string",
"headImg": "string",
"gameIcon": "string",
"backImg": "string",
"bannerImgs": "string",
"gameVideo": "string",
"gameDesc": "string",
"recommendConfig": "string",
"minimumConfig": "string",
"ageRating": "string",
"supportLangauge": "string",
"gameCharacteristics": "string",
"score": "string",
"rating": "string",
"goodCommentsNum": "string",
"badCommentsNum": "string",
"createTime": "string"
},
"evaluationDTOS": [
{
"dbId": 0,
"nickName": "string",
"content": "string",
"createTime": "string",
"userUrl": "string",
"duration": "string",
"starNum": "string",
"publishTime": "string",
"status": 0,
"mallGameId": 0
}
]
}
curl --location --request POST 'http://test1-opapi.nn.com/gamehub/api/v1/platform/gameConfigSync' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"steamGameId": "string",
"gameConfigVO": {
"gameId": 0,
"steamGameId": "string",
"gameName": "string",
"gameSort": 0,
"gameSubTitle": "string",
"gameExtraName": "string",
"gameLabelDesc": "string",
"gamePublishDate": "string",
"gamePublishPlate": "string",
"gameOperate": "string",
"gameDevelop": "string",
"headImg": "string",
"gameIcon": "string",
"backImg": "string",
"bannerImgs": "string",
"gameVideo": "string",
"gameDesc": "string",
"recommendConfig": "string",
"minimumConfig": "string",
"ageRating": "string",
"supportLangauge": "string",
"gameCharacteristics": "string",
"score": "string",
"rating": "string",
"goodCommentsNum": "string",
"badCommentsNum": "string",
"createTime": "string"
},
"evaluationDTOS": [
{
"dbId": 0,
"nickName": "string",
"content": "string",
"createTime": "string",
"userUrl": "string",
"duration": "string",
"starNum": "string",
"publishTime": "string",
"status": 0,
"mallGameId": 0
}
]
}'
{
"retCode": "",
"retMsg": "",
"retData": null,
"retTime": ""
}