{
"dbId": 0,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"recommendType": "string",
"dataSource": "string",
"recommendAreaId": 0,
"selfTitle": "string",
"selfIconUrl": "string",
"selfBannerUrl": "string",
"selfIntro": "string",
"selfTags": "string",
"communityId": 0,
"communityTitle": "string",
"communityIconUrl": "string",
"communityBannerUrl": "string",
"communityIntro": "string",
"communityTags": "string",
"gameId": 0,
"gameTitle": "string",
"gameIconUrl": "string",
"gameBannerUrl": "string",
"gameIntro": "string",
"gameTags": "string",
"showIcon": 0,
"showBanner": 0,
"jumpType": "string",
"jumpUrl": "string",
"jumpCommunityId": 0,
"weight": 0,
"status": 0,
"delFlag": 0,
"recommendAreaName": "string",
"communityName": "string"
}
curl --location --request PUT 'https://test1-op.nn.com/jeecg-boot/admin/index/recommendPosition/update' \
--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",
"recommendType": "string",
"dataSource": "string",
"recommendAreaId": 0,
"selfTitle": "string",
"selfIconUrl": "string",
"selfBannerUrl": "string",
"selfIntro": "string",
"selfTags": "string",
"communityId": 0,
"communityTitle": "string",
"communityIconUrl": "string",
"communityBannerUrl": "string",
"communityIntro": "string",
"communityTags": "string",
"gameId": 0,
"gameTitle": "string",
"gameIconUrl": "string",
"gameBannerUrl": "string",
"gameIntro": "string",
"gameTags": "string",
"showIcon": 0,
"showBanner": 0,
"jumpType": "string",
"jumpUrl": "string",
"jumpCommunityId": 0,
"weight": 0,
"status": 0,
"delFlag": 0,
"recommendAreaName": "string",
"communityName": "string"
}'
{
"retCode": "",
"retMsg": "",
"retData": false,
"retTime": ""
}