This commit is contained in:
2023-04-12 23:21:30 +08:00
parent bac2753bc2
commit c2c36d06e3

View File

@@ -88,8 +88,7 @@ GET /api/images
page: 1, // 当前页码 page: 1, // 当前页码
pageSize: 20, // 分页数 pageSize: 20, // 分页数
next: true, // 是否存在下一页 next: true, // 是否存在下一页
list: [ list: [{
{
id: 1234, // 原图ID id: 1234, // 原图ID
width: 512, // 原图宽度 width: 512, // 原图宽度
height: 512, // 原图高度 height: 512, // 原图高度
@@ -101,8 +100,7 @@ GET /api/images
id: 1234, id: 1234,
title: 'GAMEX', title: 'GAMEX',
} }
} }]
]
} }
``` ```