简要描述
请求URL
请求方式
请求Query参数
参数名 |
必选 |
类型 |
说明 |
page |
否 |
int |
页数,1开始 |
pagesize |
否 |
int |
每页记录数,默认15 |
成功返回示例
{
"code": 0,
"msg": "success",
"data": {
"banner": [
{
"id": 1,
"title": "广告图",
"content": "",
"pic": "\/uploads\/banner\/2023\/04\/17\/23041713420491739.jpg"
}
],
"notice": [],
"article": []
}
}
成功返回示例的参数说明
参数名 |
类型 |
说明 |
banner |
array |
广告 |
notice |
array |
公告 |
article |
array |
财经内容 |