curl --location --request GET '/shopapi/shop_notice/lists' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 2,
"name": "公告2",
"synopsis": "公告简介",
"image": "http://www.likeshopb2cv3.localhost/uploads/images/20210526104909d20777188.png",
"content": "公告内容",
"sort": 50,
"status": 1,
"views": 0,
"likes": 0,
"create_time": "2021-08-23 14:06:59",
"update_time": "2021-08-23 14:43:46",
"delete_time": null,
"publish_time": "2021-08-23 14:06:59"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}