🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**简要描述:** - 公告详情 **请求URL:** - `/adminapi/shop_notice.shop_notice/detail` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |id |是 |int |公告ID | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "id": 1, "name": "公告1", "synopsis": "公告简介", "image": "http://www.likeshopb2cv3.localhost/uploads/images/20210526104909d20777188.png", "content": "公告内容", "sort": 100, "status": 1 } } ``` **返回参数: |参数名 |类型 |说明 | |:--| |name |string |公告标题 | |synopsis |string |公告简介 | |image |string |公告封面图 | |content |string |公告内容 | |sort |int |公告排序 | |status |int |公告状态:0-隐藏;1-显示 |