curl --location --request GET 'http://47.93.16.76:8080/app/news/api/v1/channel/carouse/list?channelId=2'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"carouselId": 2,
"channelId": 1,
"carouselTitle": "我是标题",
"carouselImg": null,
"linkNewsId": 12,
"sortNum": 1,
"delFlag": "0"
},
{
"carouselId": 3,
"channelId": 2,
"carouselTitle": "我是标题",
"carouselImg": null,
"linkNewsId": 12,
"sortNum": 1,
"delFlag": "0"
}
]
}