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