Appearance
功能概述
首页案例
接口访问
接口地址
home/case
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| keyword | string | 256 | 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"
}