企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 消息中心 **请求URL:** - ` /api/notice/index ` **请求方式:** - GET **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | **返回示例** ``` { "code": 1, "show": 0, "msg": "获取成功", "data": [{ "title": "系统通知", "content": "暂无系统消息", "img": "http:\/\/www.likeshopb2b2c.localhost\/\/static\/common\/image\/default\/system_notice.png", "type": "system" }, { "title": "收益通知", "content": "暂无收益消息", "img": "http:\/\/www.likeshopb2b2c.localhost\/\/static\/common\/image\/default\/earning_notice.png", "type": "earning" }] } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- |title | string | 标题 |content | string | 内容 |img | string | 图标 |type | string | 类型;system-系统通知;earning-收益通知