Skip to content

功能概述

相关画册列表展示模块

接口访问

接口地址

photo/list

请求方式 Method

GET

请求参数

属性类型长度必填默认值说明访问版本
keywordstring32false关键字-
pageinteger32false页码-

返回值

属性类型必填说明
idintegertrue画册ID
titlestringtrue画册标题
descriptionstringtrue画册描述
imageUrlstringtrue画册封面地址
createTimestringtrue创建时间

返回示例

{
    "response": [
        {
            "id": 1,
            "title": "相册111111",
            "description": "描述",
            "imageUrl": null,
            "createTime": "2024-12-31 20:01:24"
        }
    ],
    "requestId": "7a438ca1-e33e-42f8-9556-2618ba5cad2c"
}