Skip to content

API ‐ 画廊相关API

lifegpc edited this page Aug 25, 2023 · 1 revision

获取画廊信息

GET /api/gallery/[gid]

参数名字 参数类型 可选 描述
[gid] int 画廊ID

列出已有的画廊

GET /api/gallery/list

参数名字 参数类型 可选 描述
all boolean 是否返回所有画廊,默认为false(0)
offset int 偏移量,默认为0
limit int 最大返回数量,默认为20
fields string 指定要返回的字段列表,用,分隔,默认为全部字段(允许的字段列表见代码
  • 如果all设置为true,将忽略offsetlimit
  • 返回类型
Clone this wiki locally