method问题
This commit is contained in:
parent
939aeaaabf
commit
9b01a78789
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue