Skip to content

功能概述

相册列表展示模块

接口访问

接口地址

album/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明
keywordstring255false关键字
sizeinteger11false数量,默认20
pageinteger11false页码

返回值

属性类型必填说明
idintegertrue相册ID
titlestringtrue相册标题
descriptionstringtrue相册详情
imageUrlstringtrue资讯图片
shootingStartTimestringtrue相册拍摄开始时间 yyyy-mm-dd
shootingEndTimestringtrue相册拍摄结束时间 yyyy-mm-dd
createTimedatetimetrue创建时间
totalintegertrue总数

返回示例

{
    "response": {
        "list": [
            {
                "albumID": 1,
                "title": "海中力量,乘风破浪",
                "imageUrl": "https://hmsef.com/images/common/chengfengpolang.jpg",
                "shootingStartTime": null,
                "shootingEndTime": null,
                "createTime": "2025-01-11 22:35:24"
            },
            {
                "albumID": 2,
                "title": "海南省海中衍林企业家联合会成立大会",
                "imageUrl": "https://hmsef.com/images/common/chenglidahui.jpg",
                "shootingStartTime": null,
                "shootingEndTime": null,
                "createTime": "2025-01-11 22:35:24"
            },
            {
                "albumID": 3,
                "title": "海南省第一届衍林论坛风采",
                "imageUrl": "https://hmsef.com/images/common/luntanfengcai.jpg",
                "shootingStartTime": null,
                "shootingEndTime": null,
                "createTime": "2025-01-11 22:35:24"
            }
        ],
        "total": 3
    },
    "requestId": "a8a091a6-cf54-42dc-a4ec-582b63d417b9"
}