method问题

This commit is contained in:
cuizhibin 2025-06-06 13:49:05 +08:00
parent 939aeaaabf
commit 9b01a78789
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class ImageController {
return Result.ok();
}
@ApiOperation(value = "获取APP上传的图片列表", httpMethod = "POST")
@ApiOperation(value = "获取APP上传的图片列表", httpMethod = "GET")
@GetMapping("/list/app-upload-images")
public Result<List<AppImageResp>> listAppUploadImages() throws IOException {
return Result.ok(imageService.listAppUploadImages());