You've already forked FrameTour-BE
部分逻辑修改
This commit is contained in:
@ -50,9 +50,9 @@ public class AppScenicController {
|
||||
}
|
||||
|
||||
@ApiOperation("景区视频源素材列表")
|
||||
@GetMapping("/contentList/{scenicId}")
|
||||
public ApiResponse<List<ContentPageVO>> contentList(@PathVariable Long scenicId) {
|
||||
return appScenicService.contentList(scenicId);
|
||||
@GetMapping("/contentList/{faceId}")
|
||||
public ApiResponse<List<ContentPageVO>> contentList(@PathVariable Long faceId) {
|
||||
return appScenicService.contentList(faceId);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user