|
|
@@ -68,8 +68,8 @@ public class ContentPlatformPlanController {
|
|
|
|
|
|
@ApiOperation(value = "发布内容视频品类列表")
|
|
|
@GetMapping("/videoContentCategoryList")
|
|
|
- public CommonResponse<List<String>> getVideoContentCategoryList() {
|
|
|
- return CommonResponse.success(planService.getVideoContentCategoryList());
|
|
|
+ public CommonResponse<List<String>> getVideoContentCategoryList(@RequestParam String category) {
|
|
|
+ return CommonResponse.success(planService.getVideoContentCategoryList(category));
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "发布内容视频封面截帧列表")
|