小么熊🐻 3 лет назад
Родитель
Сommit
7bde401060

+ 1 - 1
twzd-admin/src/main/java/com/miaxis/app/controller/h5/QuestionInfoController.java

@@ -127,7 +127,7 @@ public class QuestionInfoController extends BaseController{
     /**
      * 获取精选分类
      */
-    @GetMapping(value = "/selectJxQustionInfo")
+    @GetMapping(value = "/selectJxQuestionInfo")
     @ApiOperation("获取精选题分类")
     public Response<List<QuestionInfoJxVO>> selectJxQuestionInfo(@ModelAttribute QuestionInfoFlDTO questionInfoFlDTO) {
         return Response.success(questionInfoService.selectJxQuestionInfo(questionInfoFlDTO));