| 请求 | GET /image |
|---|---|
| 参数 | { user: number; content: string } |
| 响应主体 | application/json (DataResponse<ImageListData>) |
| 请求 | GET /api/image/detail/:id |
|---|---|
| 响应主体 | application/json ({ image: Image }) |
| 请求 | GET /api/image/generateUploadLink |
|---|---|
| 参数 | { watermarkType: number; captcha: string } |
| 响应主体 | application/json (GenerateUploadParametersResponse) |
| 请求 | POST /api/image/delete |
|---|---|
| 请求主体 | application/json ({ images: string[] }) |
| 响应主体 | application/json ({}) |