Data
This commit is contained in:
		@@ -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',
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        }
 | 
					    }]
 | 
				
			||||||
    ]
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user