{
"ids": [
"765",
"766"
],
"popularOne": 1,
"popularTwo": 1,
"recommendedStatus": 1,
"stopStatus": 1,
"platformStatus": 1
}curl --location --request PUT 'http://localhost:8080/game/game/batch' \
--header 'authorization: eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImZhYTk0YzU5LWY3YzEtNGRiZS04OWE3LTcwYWQ1YTc4YzZhNyJ9.4aRP3Z6gcAMyOGxvlQSk2kXWE_bbl5jH1GQwUcBcpSDy3nHsZ_n8RuLiF9tXRXeZ7AqYCnPC9oVP1FJ8qUTi_Q' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"765",
"766"
],
"popularOne": 1,
"popularTwo": 1,
"recommendedStatus": 1,
"stopStatus": 1,
"platformStatus": 1
}'{
"msg": "string",
"code": 0,
"data": {
"id": null,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": null,
"remark": "string",
"configId": 0,
"configName": "string",
"configKey": "string",
"configValue": "string",
"configType": "string"
}
}