{
"dbId": 0,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"platformIds": "string",
"platformAppId": "string",
"boheGameId": "string",
"serverIds": [
"string"
],
"gameName": "string",
"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",
"gameVideoCoverUrl": "string",
"shortDescription": "string",
"gameStatus": 0,
"ServerVOList": [
{
"serverId": "string",
"serverName": "string",
"createTime": "string"
}
]
}
curl --location --request POST 'http://test1-opapi.nn.com/api/admin/game/modify' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"dbId": 0,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"platformIds": "string",
"platformAppId": "string",
"boheGameId": "string",
"serverIds": [
"string"
],
"gameName": "string",
"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",
"gameVideoCoverUrl": "string",
"shortDescription": "string",
"gameStatus": 0,
"ServerVOList": [
{
"serverId": "string",
"serverName": "string",
"createTime": "string"
}
]
}'
{
"retCode": "",
"retMsg": "",
"retData": false,
"retTime": ""
}