curl --location --request GET 'https://heimahr.itheima.net/api/home/notice'
{
"success": true,
"code": 0,
"data": [
{
"icon": "string",
"notice": "string",
"createTime": "string"
}
],
"message": "string"
}