{
"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",
"pageNo": 1,
"pageSize": 10
}
curl --location --request POST 'https://test1-op.nn.com/jeecg-boot/admin/index/recommendPosition/list' \
--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",
"pageNo": 1,
"pageSize": 10
}'
{
"retCode": "",
"retMsg": "",
"retData": {
"records": [
{
"dbId": 0,
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"recommendType": "",
"dataSource": "",
"recommendAreaId": 0,
"selfTitle": "",
"selfIconUrl": "",
"selfBannerUrl": "",
"selfIntro": "",
"selfTags": "",
"communityId": 0,
"communityTitle": "",
"communityIconUrl": "",
"communityBannerUrl": "",
"communityIntro": "",
"communityTags": "",
"gameId": 0,
"gameTitle": "",
"gameIconUrl": "",
"gameBannerUrl": "",
"gameIntro": "",
"gameTags": "",
"showIcon": 0,
"showBanner": 0,
"jumpType": "",
"jumpUrl": "",
"jumpCommunityId": 0,
"weight": 0,
"status": 0,
"delFlag": 0,
"recommendAreaName": "",
"communityName": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false
},
"retTime": ""
}