curl --location --request GET '/index/advertisement'
{
"code": 200,
"message": "成功",
"data": [
{
"imageUrl": "http://39.98.123.211:8300/images/love.jpg",
"category2Id": 3,
"id": 1
},
{
"imageUrl": "http://39.98.123.211:8300/images/elder.jpg",
"category2Id": 4,
"id": 2
},
{
"imageUrl": "http://39.98.123.211:8300/images/friend.jpg",
"category2Id": 5,
"id": 3
}
]
}