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