公告
请求URL:
api/index/notice
请求方式:
- POST
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
page | 是 | string | 小程序code |
返回示例
{
"code": 0,
"msg": "成功",
"data": {
"notice": [
{
"id": "1",
"title": "carry ai小程序最新上线了!!",
"content": "carry ai小程序最新上线了!!carry ai小程序最新上线了!!carry ai小程序最新上线了!!carry ai小程序最新上线了!!carry ai小程序最新上线了!!",
"sort": "100"
},
{
"id": "2",
"title": "2023年重磅来袭2023年重磅来袭",
"content": "2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭",
"sort": "10"
}
]
}
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
title | string | 标题 |
content | string | 内容 |