curl --location --request GET '/api/notice/index'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"list": [
{
"id": 32,
"user_id": 118,
"title": "订单已发货",
"content": "mofung1你的订单已发货",
"scene": 101,
"read": 1,
"create_time": "2021-04-29 14:24:14",
"receive_type": 2,
"send_type": 1,
"extra": "",
"scene_desc": "订单已发货"
}
],
"page": 1,
"size": 1,
"count": 8,
"more": 1
}
}