Appearance
功能概述
PC-首页案例
接口访问
接口地址
pc/home/case
请求方式 Method
GET
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| keyword | string | 256 | false | 搜索关键字 | |
| page | int | 11 | false | 页码 | |
| pageSize | int | 11 | false | 每页返回数 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 案例ID |
| caseName | string | true | 案例名称 |
| coverImage | string | true | 封面图 |
| location | string | true | 所在地 |
| desc | string | true | 描述 |
返回示例
{
"response": [
{
"id": 10,
"caseName": "A2025021808c07627",
"coverImage": "A2025021808c07627",
"location": "图片地址",
"desc": "工矿仓储用地",
}
],
"requestId": "cc750e16-3b76-4265-945a-3fc27c96fb00"
}