Appearance
功能概述
相关画册列表展示模块
接口访问
接口地址
photo/list
请求方式 Method
GET
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| keyword | string | 32 | false | 关键字 | - | |
| page | integer | 32 | false | 页码 | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | integer | true | 画册ID |
| title | string | true | 画册标题 |
| description | string | true | 画册描述 |
| imageUrl | string | true | 画册封面地址 |
| createTime | string | true | 创建时间 |
返回示例
{
"response": [
{
"id": 1,
"title": "相册111111",
"description": "描述",
"imageUrl": null,
"createTime": "2024-12-31 20:01:24"
}
],
"requestId": "7a438ca1-e33e-42f8-9556-2618ba5cad2c"
}