企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 公告列表 **请求URL:** - `/shopapi/shop_notice/lists` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | **返回示例** ``` { "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": [] } } ``` **返回参数: |参数名 |类型 |说明 | |:--| |id |int |公告ID | |name |string |公告标题 | |synopsis |string |公告简介 | |image |string |公告封面图 | |content |string |公告内容 | |sort |int |公告排序 | |status |int |公告状态:0-隐藏;1-显示 | |views |int |浏览量 | |likes |int |点赞量 | |create_time |string |创建时间 | |update_time |string |更新时间 | |delete_time |string |删除时间 | |publish_time |string |发布时间 |