Jelajahi Sumber

内容品类搜索

wangyunpeng 1 Minggu lalu
induk
melakukan
1bf89921d5

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