소스 검색

内容品类搜索

wangyunpeng 1 주 전
부모
커밋
1bf89921d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api-module/src/main/java/com/tzld/piaoquan/api/controller/contentplatform/ContentPlatformPlanController.java

+ 1 - 1
api-module/src/main/java/com/tzld/piaoquan/api/controller/contentplatform/ContentPlatformPlanController.java

@@ -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));
     }